Html Css Color HEX #EEB96C Harvest Gold

📋 copy color: '#EEB96C'

red 238 ◦ green 185 ◦ blue 108

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

Shades of Harvest Gold #EEB96C

Tints of Harvest Gold #EEB96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 44.82%
G = 34.84%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EEB96C (or 0xEEB96C) is known color: Harvest Gold. HEX triplet: EE, B9 and 6C. RGB value is (238,185,108). Sum of RGB (Red+Green+Blue) = 238+185+108=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96C is #114693. Grayscale: #C0C0C0. Windows color (decimal): -1132180 or 7125486. OLE color: 7125486.

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

Color convert

RGB 238 185 108 -
CMYK 0 0.22 0.55 0.07
HSL 35.54º 0.79% 0.68% -
HSV(B) 35.54º 0.55% 0.93% -
XYZ 55.32 53.96 21.69 -
YUV 192.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 238 185 108 0 0.22 0.55 0.07 35.54 0.79 0.68
Hex EE B9 6C 0 16 37 7 24 4F 44
Octal 356 271 154 0 26 67 7 44 117 104
Binary 11101110 10111001 1101100 0 10110 110111 111 100100 1001111 1000100

Color Harmonies of #EEB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB96C

Black with #EEB96C

Text Example


Text Example

White with #EEB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB96C; }

 p { color: rgb(238,185,108); }

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

background-color css

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

 a { background-color: rgb(238,185,108); }

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

border-color css

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

 span { border-color: rgb(238,185,108); }

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