Html Css Color HEX #EEBA64 Harvest Gold

📋 copy color: '#EEBA64'

red 238 ◦ green 186 ◦ blue 100

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

Shades of Harvest Gold #EEBA64

Tints of Harvest Gold #EEBA64

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 45.42%
G = 35.5%
B = 19.08%

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

#EEBA64 (or 0xEEBA64) is known color: Harvest Gold. HEX triplet: EE, BA and 64. RGB value is (238,186,100). Sum of RGB (Red+Green+Blue) = 238+186+100=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA64 is #11459B. Grayscale: #C0C0C0. Windows color (decimal): -1131932 or 6601454. OLE color: 6601454.

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

Color convert

RGB 238 186 100 -
CMYK 0 0.22 0.58 0.07
HSL 37.39º 0.8% 0.66% -
HSV(B) 37.39º 0.58% 0.93% -
XYZ 55.12 54.22 19.62 -
YUV 191.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 238 186 100 0 0.22 0.58 0.07 37.39 0.8 0.66
Hex EE BA 64 0 16 3A 7 25 50 42
Octal 356 272 144 0 26 72 7 45 120 102
Binary 11101110 10111010 1100100 0 10110 111010 111 100101 1010000 1000010

Color Harmonies of #EEBA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA64

Black with #EEBA64

Text Example


Text Example

White with #EEBA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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