Html Css Color HEX #EEB672 Harvest Gold

📋 copy color: '#EEB672'

red 238 ◦ green 182 ◦ blue 114

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

Shades of Harvest Gold #EEB672

Tints of Harvest Gold #EEB672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

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

R = 44.57%
G = 34.08%
B = 21.35%

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

#EEB672 (or 0xEEB672) is known color: Harvest Gold. HEX triplet: EE, B6 and 72. RGB value is (238,182,114). Sum of RGB (Red+Green+Blue) = 238+182+114=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB672 is #11498D. Grayscale: #BFBFBF. Windows color (decimal): -1132942 or 7517934. OLE color: 7517934.

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

Color convert

RGB 238 182 114 -
CMYK 0 0.24 0.52 0.07
HSL 32.9º 0.78% 0.69% -
HSV(B) 32.9º 0.52% 0.93% -
XYZ 55.03 52.85 23.22 -
YUV 190.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 238 182 114 0 0.24 0.52 0.07 32.9 0.78 0.69
Hex EE B6 72 0 18 34 7 21 4E 45
Octal 356 266 162 0 30 64 7 41 116 105
Binary 11101110 10110110 1110010 0 11000 110100 111 100001 1001110 1000101

Color Harmonies of #EEB672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB672

Black with #EEB672

Text Example


Text Example

White with #EEB672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB672; }

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

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

background-color css

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

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

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

border-color css

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

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

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