Html Css Color HEX #EEBD64 Harvest Gold

📋 copy color: '#EEBD64'

red 238 ◦ green 189 ◦ blue 100

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

Shades of Harvest Gold #EEBD64

Tints of Harvest Gold #EEBD64

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.86%

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

R = 45.16%
G = 35.86%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEBD64 (or 0xEEBD64) is known color: Harvest Gold. HEX triplet: EE, BD and 64. RGB value is (238,189,100). Sum of RGB (Red+Green+Blue) = 238+189+100=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD64 is #11429B. Grayscale: #C1C1C1. Windows color (decimal): -1131164 or 6602222. OLE color: 6602222.

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

Color convert

RGB 238 189 100 -
CMYK 0 0.21 0.58 0.07
HSL 38.7º 0.8% 0.66% -
HSV(B) 38.7º 0.58% 0.93% -
XYZ 55.76 55.49 19.83 -
YUV 193.51 75.23 159.74 -
System Red Green Blue C M Y K H S L
Decimal 238 189 100 0 0.21 0.58 0.07 38.7 0.8 0.66
Hex EE BD 64 0 15 3A 7 27 50 42
Octal 356 275 144 0 25 72 7 47 120 102
Binary 11101110 10111101 1100100 0 10101 111010 111 100111 1010000 1000010

Color Harmonies of #EEBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBD64

Black with #EEBD64

Text Example


Text Example

White with #EEBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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