#ECAA57

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

Shades of Casablanca #ECAA57

Tints of Casablanca #ECAA57

Color information

#ECAA57 (or 0xECAA57) is unknown color: approx Casablanca. HEX triplet: EC, AA and 57. RGB value is (236,170,87). Sum of RGB (Red+Green+Blue) = 236+170+87=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA57 is #1355A8. Grayscale: #B4B4B4. Windows color (decimal): -1267113 or 5745388. OLE color: 5745388.

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

Color convert

RGB23617087-
CMYK00.280.630.07
HSL33.42º79.68%63.33%-
HSV(B)33.42º63.14%92.55%-
XYZ50.6947.2715.47-
YUV180.2775.37167.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 87 (34.38% from 255) = 17.65%
R=47.87%
G=34.48%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361708700.280.630.0733.4279.6863.33
HexECAA5701C3F721503f
Octal3542521270347774112077
Binary111011001010101010101110111001111111111000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAA57; }

 p { color: rgb(236,170,87); }

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

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

 a { background-color: rgb(236,170,87); }

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

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

 span { border-color: rgb(236,170,87); }

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