Html Css Color HEX #ECAA57 Casablanca

📋 copy color: '#ECAA57'

red 236 ◦ green 170 ◦ blue 87

#ECAA57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #ECAA57

Tints of Casablanca #ECAA57

RGB

 RED value IS 236 (92.58% from 255) = 47.87%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECAA57 (or 0xECAA57) is known color: 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

RGB 236 170 87 -
CMYK 0 0.28 0.63 0.07
HSL 33.42º 0.8% 0.63% -
HSV(B) 33.42º 0.63% 0.93% -
XYZ 50.69 47.27 15.47 -
YUV 180.27 75.37 167.75 -
System Red Green Blue C M Y K H S L
Decimal 236 170 87 0 0.28 0.63 0.07 33.42 0.8 0.63
Hex EC AA 57 0 1C 3F 7 21 50 3F
Octal 354 252 127 0 34 77 7 41 120 77
Binary 11101100 10101010 1010111 0 11100 111111 111 100001 1010000 111111

Color Harmonies of #ECAA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA57

Black with #ECAA57

Text Example


Text Example

White with #ECAA57

Text Example


Text Example

HTML Codes & Css Web 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>