Html Css Color HEX #EEA849 Casablanca

📋 copy color: '#EEA849'

red 238 ◦ green 168 ◦ blue 73

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

Shades of Casablanca #EEA849

Tints of Casablanca #EEA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 49.69%
G = 35.07%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EEA849 (or 0xEEA849) is known color: Casablanca. HEX triplet: EE, A8 and 49. RGB value is (238,168,73). Sum of RGB (Red+Green+Blue) = 238+168+73=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA849 is #1157B6. Grayscale: #B2B2B2. Windows color (decimal): -1136567 or 4827374. OLE color: 4827374.

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

Color convert

RGB 238 168 73 -
CMYK 0 0.29 0.69 0.07
HSL 34.55º 0.83% 0.61% -
HSV(B) 34.55º 0.69% 0.93% -
XYZ 50.47 46.66 12.65 -
YUV 178.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 238 168 73 0 0.29 0.69 0.07 34.55 0.83 0.61
Hex EE A8 49 0 1D 45 7 23 53 3D
Octal 356 250 111 0 35 105 7 43 123 75
Binary 11101110 10101000 1001001 0 11101 1000101 111 100011 1010011 111101

Color Harmonies of #EEA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA849

Black with #EEA849

Text Example


Text Example

White with #EEA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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