Html Css Color HEX #ECAA54 Casablanca

📋 copy color: '#ECAA54'

red 236 ◦ green 170 ◦ blue 84

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

Shades of Casablanca #ECAA54

Tints of Casablanca #ECAA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.14%

R = 48.16%
G = 34.69%
B = 17.14%

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

#ECAA54 (or 0xECAA54) is known color: Casablanca. HEX triplet: EC, AA and 54. RGB value is (236,170,84). Sum of RGB (Red+Green+Blue) = 236+170+84=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA54 is #1355AB. Grayscale: #B4B4B4. Windows color (decimal): -1267116 or 5548780. OLE color: 5548780.

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

Color convert

RGB 236 170 84 -
CMYK 0 0.28 0.64 0.07
HSL 33.95º 0.8% 0.63% -
HSV(B) 33.95º 0.64% 0.93% -
XYZ 50.57 47.22 14.84 -
YUV 179.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 236 170 84 0 0.28 0.64 0.07 33.95 0.8 0.63
Hex EC AA 54 0 1C 40 7 22 50 3F
Octal 354 252 124 0 34 100 7 42 120 77
Binary 11101100 10101010 1010100 0 11100 1000000 111 100010 1010000 111111

Color Harmonies of #ECAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA54

Black with #ECAA54

Text Example


Text Example

White with #ECAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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