Html Css Color HEX #ECAA56 Casablanca

📋 copy color: '#ECAA56'

red 236 ◦ green 170 ◦ blue 86

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

Shades of Casablanca #ECAA56

Tints of Casablanca #ECAA56

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.55%

 BLUE value IS 86 (33.98% from 255) = 17.48%

R = 47.97%
G = 34.55%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECAA56 (or 0xECAA56) is known color: Casablanca. HEX triplet: EC, AA and 56. RGB value is (236,170,86). Sum of RGB (Red+Green+Blue) = 236+170+86=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA56 is #1355A9. Grayscale: #B4B4B4. Windows color (decimal): -1267114 or 5679852. OLE color: 5679852.

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

Color convert

RGB 236 170 86 -
CMYK 0 0.28 0.64 0.07
HSL 33.6º 0.8% 0.63% -
HSV(B) 33.6º 0.64% 0.93% -
XYZ 50.65 47.25 15.26 -
YUV 180.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 236 170 86 0 0.28 0.64 0.07 33.6 0.8 0.63
Hex EC AA 56 0 1C 40 7 22 50 3F
Octal 354 252 126 0 34 100 7 42 120 77
Binary 11101100 10101010 1010110 0 11100 1000000 111 100010 1010000 111111

Color Harmonies of #ECAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA56

Black with #ECAA56

Text Example


Text Example

White with #ECAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA56; }

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

 H1.HeaderClassName
 {
   color: #ECAA56;
 }
 .AnyTagClassName
 {
   color: #ECAA56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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