Html Css Color HEX #ECAA4E Casablanca

📋 copy color: '#ECAA4E'

red 236 ◦ green 170 ◦ blue 78

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

Shades of Casablanca #ECAA4E

Tints of Casablanca #ECAA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.12%

R = 48.76%
G = 35.12%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECAA4E (or 0xECAA4E) is known color: Casablanca. HEX triplet: EC, AA and 4E. RGB value is (236,170,78). Sum of RGB (Red+Green+Blue) = 236+170+78=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA4E is #1355B1. Grayscale: #B3B3B3. Windows color (decimal): -1267122 or 5155564. OLE color: 5155564.

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

Color convert

RGB 236 170 78 -
CMYK 0 0.28 0.67 0.07
HSL 34.94º 0.81% 0.62% -
HSV(B) 34.94º 0.67% 0.93% -
XYZ 50.34 47.13 13.65 -
YUV 179.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 236 170 78 0 0.28 0.67 0.07 34.94 0.81 0.62
Hex EC AA 4E 0 1C 43 7 23 51 3E
Octal 354 252 116 0 34 103 7 43 121 76
Binary 11101100 10101010 1001110 0 11100 1000011 111 100011 1010001 111110

Color Harmonies of #ECAA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA4E

Black with #ECAA4E

Text Example


Text Example

White with #ECAA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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