Html Css Color HEX #EEB170 Harvest Gold

📋 copy color: '#EEB170'

red 238 ◦ green 177 ◦ blue 112

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

Shades of Harvest Gold #EEB170

Tints of Harvest Gold #EEB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.59%

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

R = 45.16%
G = 33.59%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEB170 (or 0xEEB170) is known color: Harvest Gold. HEX triplet: EE, B1 and 70. RGB value is (238,177,112). Sum of RGB (Red+Green+Blue) = 238+177+112=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB170 is #114E8F. Grayscale: #BCBCBC. Windows color (decimal): -1134224 or 7385582. OLE color: 7385582.

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

Color convert

RGB 238 177 112 -
CMYK 0 0.26 0.53 0.07
HSL 30.95º 0.79% 0.69% -
HSV(B) 30.95º 0.53% 0.93% -
XYZ 53.91 50.79 22.29 -
YUV 187.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 238 177 112 0 0.26 0.53 0.07 30.95 0.79 0.69
Hex EE B1 70 0 1A 35 7 1F 4F 45
Octal 356 261 160 0 32 65 7 37 117 105
Binary 11101110 10110001 1110000 0 11010 110101 111 11111 1001111 1000101

Color Harmonies of #EEB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB170

Black with #EEB170

Text Example


Text Example

White with #EEB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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