Html Css Color HEX #EEBE70 Harvest Gold

📋 copy color: '#EEBE70'

red 238 ◦ green 190 ◦ blue 112

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

Shades of Harvest Gold #EEBE70

Tints of Harvest Gold #EEBE70

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.19%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 44.07%
G = 35.19%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEBE70 (or 0xEEBE70) is known color: Harvest Gold. HEX triplet: EE, BE and 70. RGB value is (238,190,112). Sum of RGB (Red+Green+Blue) = 238+190+112=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBE70 is #11418F. Grayscale: #C3C3C3. Windows color (decimal): -1130896 or 7388910. OLE color: 7388910.

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

Color convert

RGB 238 190 112 -
CMYK 0 0.20 0.53 0.07
HSL 37.14º 0.79% 0.69% -
HSV(B) 37.14º 0.53% 0.93% -
XYZ 56.6 56.17 23.19 -
YUV 195.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 238 190 112 0 0.20 0.53 0.07 37.14 0.79 0.69
Hex EE BE 70 0 14 35 7 25 4F 45
Octal 356 276 160 0 24 65 7 45 117 105
Binary 11101110 10111110 1110000 0 10100 110101 111 100101 1001111 1000101

Color Harmonies of #EEBE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBE70

Black with #EEBE70

Text Example


Text Example

White with #EEBE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBE70; }

 p { color: rgb(238,190,112); }

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

background-color css

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

 a { background-color: rgb(238,190,112); }

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

border-color css

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

 span { border-color: rgb(238,190,112); }

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