Html Css Color HEX #EEB964 Harvest Gold

📋 copy color: '#EEB964'

red 238 ◦ green 185 ◦ blue 100

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

Shades of Harvest Gold #EEB964

Tints of Harvest Gold #EEB964

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 100 (39.45% from 255) = 19.12%

R = 45.51%
G = 35.37%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEB964 (or 0xEEB964) is known color: Harvest Gold. HEX triplet: EE, B9 and 64. RGB value is (238,185,100). Sum of RGB (Red+Green+Blue) = 238+185+100=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB964 is #11469B. Grayscale: #BFBFBF. Windows color (decimal): -1132188 or 6601198. OLE color: 6601198.

HSL color Cylindrical-coordinate representation of color #EEB964: hue angle of 36.96º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEB964 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 185 100 -
CMYK 0 0.22 0.58 0.07
HSL 36.96º 0.8% 0.66% -
HSV(B) 36.96º 0.58% 0.93% -
XYZ 54.91 53.8 19.55 -
YUV 191.16 76.56 161.41 -
System Red Green Blue C M Y K H S L
Decimal 238 185 100 0 0.22 0.58 0.07 36.96 0.8 0.66
Hex EE B9 64 0 16 3A 7 25 50 42
Octal 356 271 144 0 26 72 7 45 120 102
Binary 11101110 10111001 1100100 0 10110 111010 111 100101 1010000 1000010

Color Harmonies of #EEB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB964

Black with #EEB964

Text Example


Text Example

White with #EEB964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB964; }

 p { color: rgb(238,185,100); }

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

background-color css

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

 a { background-color: rgb(238,185,100); }

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

border-color css

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

 span { border-color: rgb(238,185,100); }

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