Html Css Color HEX #EEAC4E Casablanca

📋 copy color: '#EEAC4E'

red 238 ◦ green 172 ◦ blue 78

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

Shades of Casablanca #EEAC4E

Tints of Casablanca #EEAC4E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

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

R = 48.77%
G = 35.25%
B = 15.98%

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

#EEAC4E (or 0xEEAC4E) is known color: Casablanca. HEX triplet: EE, AC and 4E. RGB value is (238,172,78). Sum of RGB (Red+Green+Blue) = 238+172+78=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAC4E is #1153B1. Grayscale: #B5B5B5. Windows color (decimal): -1135538 or 5156078. OLE color: 5156078.

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

Color convert

RGB 238 172 78 -
CMYK 0 0.28 0.67 0.07
HSL 35.25º 0.82% 0.62% -
HSV(B) 35.25º 0.67% 0.93% -
XYZ 51.39 48.23 13.81 -
YUV 181.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 238 172 78 0 0.28 0.67 0.07 35.25 0.82 0.62
Hex EE AC 4E 0 1C 43 7 23 52 3E
Octal 356 254 116 0 34 103 7 43 122 76
Binary 11101110 10101100 1001110 0 11100 1000011 111 100011 1010010 111110

Color Harmonies of #EEAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC4E

Black with #EEAC4E

Text Example


Text Example

White with #EEAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC4E; }

 p { color: rgb(238,172,78); }

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

background-color css

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

 a { background-color: rgb(238,172,78); }

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

border-color css

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

 span { border-color: rgb(238,172,78); }

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