#ECAB55

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

Shades of Casablanca #ECAB55

Tints of Casablanca #ECAB55

Color information

#ECAB55 (or 0xECAB55) is unknown color: approx Casablanca. HEX triplet: EC, AB and 55. RGB value is (236,171,85). Sum of RGB (Red+Green+Blue) = 236+171+85=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAB55 is #1354AA. Grayscale: #B5B5B5. Windows color (decimal): -1266859 or 5614572. OLE color: 5614572.

HSL color Cylindrical-coordinate representation of color #ECAB55: hue angle of 34.17º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECAB55 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23617185-
CMYK00.280.640.07
HSL34.17º79.89%62.94%-
HSV(B)34.17º63.98%92.55%-
XYZ50.7947.6115.11-
YUV180.6374.03167.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=47.97%
G=34.76%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361718500.280.640.0734.1779.8962.94
HexECAB5501C40722503f
Octal35425312503410074212077
Binary1110110010101011101010101110010000001111000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB55; }

 p { color: rgb(236,171,85); }

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

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

 a { background-color: rgb(236,171,85); }

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

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

 span { border-color: rgb(236,171,85); }

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