#EBA655

Color #EBA655 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EBA655

Tints of Casablanca #EBA655

Color information

#EBA655 (or 0xEBA655) is unknown color: approx Casablanca. HEX triplet: EB, A6 and 55. RGB value is (235,166,85). Sum of RGB (Red+Green+Blue) = 235+166+85=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA655 is #1459AA. Grayscale: #B1B1B1. Windows color (decimal): -1333675 or 5613291. OLE color: 5613291.

HSL color Cylindrical-coordinate representation of color #EBA655: hue angle of 32.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBA655 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23516685-
CMYK00.290.640.08
HSL32.4º78.95%62.75%-
HSV(B)32.4º63.83%92.16%-
XYZ49.5445.5914.78-
YUV177.475.86169.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=48.35%
G=34.16%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351668500.290.640.0832.478.9562.75
HexEBA65501D408204f3f
Octal353246125035100104011777
Binary11101011101001101010101011101100000010001000001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA655; }

 p { color: rgb(235,166,85); }

 H1.HeaderClassName
 {
   color: #EBA655;
 }
 .AnyTagClassName
 {
   color: #EBA655;
 }
</style>
background-color css

<style>
 a { background-color: #EBA655; }

 a { background-color: rgb(235,166,85); }

 div.DivClassName
 {
   background-color: #EBA655;
 }
 .BgClassName
 {
   background-color: #EBA655;
 }
</style>
border-color css

<style>
 span { border-color: #EBA655; }

 span { border-color: rgb(235,166,85); }

 td.TdClassName
 {
   border-color: #EBA655;
 }
 .TagClassName
 {
   border-color: #EBA655;
 }
</style>