Html Css Color HEX #EEAC49 Casablanca

📋 copy color: '#EEAC49'

red 238 ◦ green 172 ◦ blue 73

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

Shades of Casablanca #EEAC49

Tints of Casablanca #EEAC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.11%

R = 49.28%
G = 35.61%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEAC49 (or 0xEEAC49) is known color: Casablanca. HEX triplet: EE, AC and 49. RGB value is (238,172,73). Sum of RGB (Red+Green+Blue) = 238+172+73=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC49 is #1153B6. Grayscale: #B4B4B4. Windows color (decimal): -1135543 or 4828398. OLE color: 4828398.

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

Color convert

RGB 238 172 73 -
CMYK 0 0.28 0.69 0.07
HSL 36º 0.83% 0.61% -
HSV(B) 36º 0.69% 0.93% -
XYZ 51.22 48.16 12.9 -
YUV 180.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 238 172 73 0 0.28 0.69 0.07 36 0.83 0.61
Hex EE AC 49 0 1C 45 7 24 53 3D
Octal 356 254 111 0 34 105 7 44 123 75
Binary 11101110 10101100 1001001 0 11100 1000101 111 100100 1010011 111101

Color Harmonies of #EEAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC49

Black with #EEAC49

Text Example


Text Example

White with #EEAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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