Html Css Color HEX #EEB774 Harvest Gold

📋 copy color: '#EEB774'

red 238 ◦ green 183 ◦ blue 116

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

Shades of Harvest Gold #EEB774

Tints of Harvest Gold #EEB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 44.32%
G = 34.08%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEB774 (or 0xEEB774) is known color: Harvest Gold. HEX triplet: EE, B7 and 74. RGB value is (238,183,116). Sum of RGB (Red+Green+Blue) = 238+183+116=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB774 is #11488B. Grayscale: #C0C0C0. Windows color (decimal): -1132684 or 7649262. OLE color: 7649262.

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

Color convert

RGB 238 183 116 -
CMYK 0 0.23 0.51 0.07
HSL 32.95º 0.78% 0.69% -
HSV(B) 32.95º 0.51% 0.93% -
XYZ 55.35 53.31 23.89 -
YUV 191.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 238 183 116 0 0.23 0.51 0.07 32.95 0.78 0.69
Hex EE B7 74 0 17 33 7 21 4E 45
Octal 356 267 164 0 27 63 7 41 116 105
Binary 11101110 10110111 1110100 0 10111 110011 111 100001 1001110 1000101

Color Harmonies of #EEB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB774

Black with #EEB774

Text Example


Text Example

White with #EEB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB774; }

 p { color: rgb(238,183,116); }

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

background-color css

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

 a { background-color: rgb(238,183,116); }

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

border-color css

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

 span { border-color: rgb(238,183,116); }

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