Html Css Color HEX #EEB260 Harvest Gold

📋 copy color: '#EEB260'

red 238 ◦ green 178 ◦ blue 96

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

Shades of Harvest Gold #EEB260

Tints of Harvest Gold #EEB260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

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

R = 46.48%
G = 34.77%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEB260 (or 0xEEB260) is known color: Harvest Gold. HEX triplet: EE, B2 and 60. RGB value is (238,178,96). Sum of RGB (Red+Green+Blue) = 238+178+96=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB260 is #114D9F. Grayscale: #BABABA. Windows color (decimal): -1133984 or 6337262. OLE color: 6337262.

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

Color convert

RGB 238 178 96 -
CMYK 0 0.25 0.60 0.07
HSL 34.65º 0.81% 0.65% -
HSV(B) 34.65º 0.6% 0.93% -
XYZ 53.29 50.86 18.08 -
YUV 186.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 238 178 96 0 0.25 0.60 0.07 34.65 0.81 0.65
Hex EE B2 60 0 19 3C 7 23 51 41
Octal 356 262 140 0 31 74 7 43 121 101
Binary 11101110 10110010 1100000 0 11001 111100 111 100011 1010001 1000001

Color Harmonies of #EEB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB260

Black with #EEB260

Text Example


Text Example

White with #EEB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB260; }

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

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

background-color css

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

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

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

border-color css

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

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

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