Html Css Color HEX #EEAA4D Casablanca

📋 copy color: '#EEAA4D'

red 238 ◦ green 170 ◦ blue 77

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

Shades of Casablanca #EEAA4D

Tints of Casablanca #EEAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.88%

R = 49.07%
G = 35.05%
B = 15.88%

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

#EEAA4D (or 0xEEAA4D) is known color: Casablanca. HEX triplet: EE, AA and 4D. RGB value is (238,170,77). Sum of RGB (Red+Green+Blue) = 238+170+77=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAA4D is #1155B2. Grayscale: #B4B4B4. Windows color (decimal): -1136051 or 5090030. OLE color: 5090030.

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

Color convert

RGB 238 170 77 -
CMYK 0 0.29 0.68 0.07
HSL 34.66º 0.83% 0.62% -
HSV(B) 34.66º 0.68% 0.93% -
XYZ 50.97 47.46 13.5 -
YUV 179.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 238 170 77 0 0.29 0.68 0.07 34.66 0.83 0.62
Hex EE AA 4D 0 1D 44 7 23 53 3E
Octal 356 252 115 0 35 104 7 43 123 76
Binary 11101110 10101010 1001101 0 11101 1000100 111 100011 1010011 111110

Color Harmonies of #EEAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA4D

Black with #EEAA4D

Text Example


Text Example

White with #EEAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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