Html Css Color HEX #ECAA4C Casablanca

📋 copy color: '#ECAA4C'

red 236 ◦ green 170 ◦ blue 76

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

Shades of Casablanca #ECAA4C

Tints of Casablanca #ECAA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 48.96%
G = 35.27%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECAA4C (or 0xECAA4C) is known color: Casablanca. HEX triplet: EC, AA and 4C. RGB value is (236,170,76). Sum of RGB (Red+Green+Blue) = 236+170+76=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA4C is #1355B3. Grayscale: #B3B3B3. Windows color (decimal): -1267124 or 5024492. OLE color: 5024492.

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

Color convert

RGB 236 170 76 -
CMYK 0 0.28 0.68 0.07
HSL 35.25º 0.81% 0.61% -
HSV(B) 35.25º 0.68% 0.93% -
XYZ 50.27 47.1 13.28 -
YUV 179.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 236 170 76 0 0.28 0.68 0.07 35.25 0.81 0.61
Hex EC AA 4C 0 1C 44 7 23 51 3D
Octal 354 252 114 0 34 104 7 43 121 75
Binary 11101100 10101010 1001100 0 11100 1000100 111 100011 1010001 111101

Color Harmonies of #ECAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA4C

Black with #ECAA4C

Text Example


Text Example

White with #ECAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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