Html Css Color HEX #EEB472 Harvest Gold

📋 copy color: '#EEB472'

red 238 ◦ green 180 ◦ blue 114

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

Shades of Harvest Gold #EEB472

Tints of Harvest Gold #EEB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.83%

 BLUE value IS 114 (44.92% from 255) = 21.43%

R = 44.74%
G = 33.83%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEB472 (or 0xEEB472) is known color: Harvest Gold. HEX triplet: EE, B4 and 72. RGB value is (238,180,114). Sum of RGB (Red+Green+Blue) = 238+180+114=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB472 is #114B8D. Grayscale: #BEBEBE. Windows color (decimal): -1133454 or 7517422. OLE color: 7517422.

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

Color convert

RGB 238 180 114 -
CMYK 0 0.24 0.52 0.07
HSL 31.94º 0.78% 0.69% -
HSV(B) 31.94º 0.52% 0.93% -
XYZ 54.62 52.03 23.08 -
YUV 189.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 238 180 114 0 0.24 0.52 0.07 31.94 0.78 0.69
Hex EE B4 72 0 18 34 7 20 4E 45
Octal 356 264 162 0 30 64 7 40 116 105
Binary 11101110 10110100 1110010 0 11000 110100 111 100000 1001110 1000101

Color Harmonies of #EEB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB472

Black with #EEB472

Text Example


Text Example

White with #EEB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB472; }

 p { color: rgb(238,180,114); }

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

background-color css

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

 a { background-color: rgb(238,180,114); }

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

border-color css

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

 span { border-color: rgb(238,180,114); }

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