#ECAC5A

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

Shades of Casablanca #ECAC5A

Tints of Casablanca #ECAC5A

Color information

#ECAC5A (or 0xECAC5A) is unknown color: approx Casablanca. HEX triplet: EC, AC and 5A. RGB value is (236,172,90). Sum of RGB (Red+Green+Blue) = 236+172+90=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC5A is #1353A5. Grayscale: #B6B6B6. Windows color (decimal): -1266598 or 5942508. OLE color: 5942508.

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

Color convert

RGB23617290-
CMYK00.270.620.07
HSL33.7º79.35%63.92%-
HSV(B)33.7º61.86%92.55%-
XYZ51.1948.0816.25-
YUV181.7976.2166.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.39%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 90 (35.55% from 255) = 18.07%
R=47.39%
G=34.54%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361729000.270.620.0733.779.3563.92
HexECAC5A01B3E7224f40
Octal35425413203376742117100
Binary1110110010101100101101001101111111011110001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC5A; }

 p { color: rgb(236,172,90); }

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

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

 a { background-color: rgb(236,172,90); }

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

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

 span { border-color: rgb(236,172,90); }

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