#ECA957

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

Shades of Casablanca #ECA957

Tints of Casablanca #ECA957

Color information

#ECA957 (or 0xECA957) is unknown color: approx Casablanca. HEX triplet: EC, A9 and 57. RGB value is (236,169,87). Sum of RGB (Red+Green+Blue) = 236+169+87=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA957 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA957 is #1356A8. Grayscale: #B4B4B4. Windows color (decimal): -1267369 or 5745132. OLE color: 5745132.

HSL color Cylindrical-coordinate representation of color #ECA957: hue angle of 33.02º 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 #ECA957 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23616987-
CMYK00.280.630.07
HSL33.02º79.68%63.33%-
HSV(B)33.02º63.14%92.55%-
XYZ50.546.915.41-
YUV179.6875.7168.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 87 (34.38% from 255) = 17.68%
R=47.97%
G=34.35%
B=17.68%

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
Decimal2361698700.280.630.0733.0279.6863.33
HexECA95701C3F721503f
Octal3542511270347774112077
Binary111011001010100110101110111001111111111000011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA957; }

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

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

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

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

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

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

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

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