Html Css Color HEX #EEB160 Harvest Gold

📋 copy color: '#EEB160'

red 238 ◦ green 177 ◦ blue 96

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

Shades of Harvest Gold #EEB160

Tints of Harvest Gold #EEB160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.79%

R = 46.58%
G = 34.64%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEB160 (or 0xEEB160) is known color: Harvest Gold. HEX triplet: EE, B1 and 60. RGB value is (238,177,96). Sum of RGB (Red+Green+Blue) = 238+177+96=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB160 is #114E9F. Grayscale: #BABABA. Windows color (decimal): -1134240 or 6337006. OLE color: 6337006.

HSL color Cylindrical-coordinate representation of color #EEB160: hue angle of 34.23º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEB160 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 177 96 -
CMYK 0 0.26 0.60 0.07
HSL 34.23º 0.81% 0.65% -
HSV(B) 34.23º 0.6% 0.93% -
XYZ 53.09 50.47 18.01 -
YUV 186.01 77.21 165.09 -
System Red Green Blue C M Y K H S L
Decimal 238 177 96 0 0.26 0.60 0.07 34.23 0.81 0.65
Hex EE B1 60 0 1A 3C 7 22 51 41
Octal 356 261 140 0 32 74 7 42 121 101
Binary 11101110 10110001 1100000 0 11010 111100 111 100010 1010001 1000001

Color Harmonies of #EEB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB160

Black with #EEB160

Text Example


Text Example

White with #EEB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB160; }

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

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

background-color css

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

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

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

border-color css

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

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

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