Html Css Color HEX #EEAA4C Casablanca

📋 copy color: '#EEAA4C'

red 238 ◦ green 170 ◦ blue 76

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

Shades of Casablanca #EEAA4C

Tints of Casablanca #EEAA4C

RGB

 RED value IS 238 (93.36% from 255) = 49.17%

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

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

R = 49.17%
G = 35.12%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EEAA4C (or 0xEEAA4C) is known color: Casablanca. HEX triplet: EE, AA and 4C. RGB value is (238,170,76). Sum of RGB (Red+Green+Blue) = 238+170+76=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA4C is #1155B3. Grayscale: #B4B4B4. Windows color (decimal): -1136052 or 5024494. OLE color: 5024494.

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

Color convert

RGB 238 170 76 -
CMYK 0 0.29 0.68 0.07
HSL 34.81º 0.83% 0.62% -
HSV(B) 34.81º 0.68% 0.93% -
XYZ 50.94 47.45 13.31 -
YUV 179.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 238 170 76 0 0.29 0.68 0.07 34.81 0.83 0.62
Hex EE AA 4C 0 1D 44 7 23 53 3E
Octal 356 252 114 0 35 104 7 43 123 76
Binary 11101110 10101010 1001100 0 11101 1000100 111 100011 1010011 111110

Color Harmonies of #EEAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA4C

Black with #EEAA4C

Text Example


Text Example

White with #EEAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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