Html Css Color HEX #EEB064 Harvest Gold

📋 copy color: '#EEB064'

red 238 ◦ green 176 ◦ blue 100

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

Shades of Harvest Gold #EEB064

Tints of Harvest Gold #EEB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.24%

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

R = 46.3%
G = 34.24%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEB064 (or 0xEEB064) is known color: Harvest Gold. HEX triplet: EE, B0 and 64. RGB value is (238,176,100). Sum of RGB (Red+Green+Blue) = 238+176+100=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB064 is #114F9B. Grayscale: #BABABA. Windows color (decimal): -1134492 or 6598894. OLE color: 6598894.

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

Color convert

RGB 238 176 100 -
CMYK 0 0.26 0.58 0.07
HSL 33.04º 0.8% 0.66% -
HSV(B) 33.04º 0.58% 0.93% -
XYZ 53.09 50.15 18.94 -
YUV 185.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 238 176 100 0 0.26 0.58 0.07 33.04 0.8 0.66
Hex EE B0 64 0 1A 3A 7 21 50 42
Octal 356 260 144 0 32 72 7 41 120 102
Binary 11101110 10110000 1100100 0 11010 111010 111 100001 1010000 1000010

Color Harmonies of #EEB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB064

Black with #EEB064

Text Example


Text Example

White with #EEB064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB064; }

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

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

background-color css

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

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

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

border-color css

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

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

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