Html Css Color HEX #EAA849 Casablanca

📋 copy color: '#EAA849'

red 234 ◦ green 168 ◦ blue 73

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

Shades of Casablanca #EAA849

Tints of Casablanca #EAA849

RGB

 RED value IS 234 (91.8% from 255) = 49.26%

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

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

R = 49.26%
G = 35.37%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAA849 (or 0xEAA849) is known color: Casablanca. HEX triplet: EA, A8 and 49. RGB value is (234,168,73). Sum of RGB (Red+Green+Blue) = 234+168+73=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA849 is #1557B6. Grayscale: #B1B1B1. Windows color (decimal): -1398711 or 4827370. OLE color: 4827370.

HSL color Cylindrical-coordinate representation of color #EAA849: hue angle of 35.4º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAA849 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 168 73 -
CMYK 0 0.28 0.69 0.08
HSL 35.4º 0.79% 0.6% -
HSV(B) 35.4º 0.69% 0.92% -
XYZ 49.14 45.98 12.59 -
YUV 176.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 234 168 73 0 0.28 0.69 0.08 35.4 0.79 0.6
Hex EA A8 49 0 1C 45 8 23 4F 3C
Octal 352 250 111 0 34 105 10 43 117 74
Binary 11101010 10101000 1001001 0 11100 1000101 1000 100011 1001111 111100

Color Harmonies of #EAA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA849

Black with #EAA849

Text Example


Text Example

White with #EAA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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