Html Css Color HEX #EEBA70 Harvest Gold

📋 copy color: '#EEBA70'

red 238 ◦ green 186 ◦ blue 112

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

Shades of Harvest Gold #EEBA70

Tints of Harvest Gold #EEBA70

RGB

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

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

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

R = 44.4%
G = 34.7%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEBA70 (or 0xEEBA70) is known color: Harvest Gold. HEX triplet: EE, BA and 70. RGB value is (238,186,112). Sum of RGB (Red+Green+Blue) = 238+186+112=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA70 is #11458F. Grayscale: #C1C1C1. Windows color (decimal): -1131920 or 7387886. OLE color: 7387886.

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

Color convert

RGB 238 186 112 -
CMYK 0 0.22 0.53 0.07
HSL 35.24º 0.79% 0.69% -
HSV(B) 35.24º 0.53% 0.93% -
XYZ 55.74 54.46 22.9 -
YUV 193.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 238 186 112 0 0.22 0.53 0.07 35.24 0.79 0.69
Hex EE BA 70 0 16 35 7 23 4F 45
Octal 356 272 160 0 26 65 7 43 117 105
Binary 11101110 10111010 1110000 0 10110 110101 111 100011 1001111 1000101

Color Harmonies of #EEBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA70

Black with #EEBA70

Text Example


Text Example

White with #EEBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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