Html Css Color HEX #EEB96A Harvest Gold

📋 copy color: '#EEB96A'

red 238 ◦ green 185 ◦ blue 106

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

Shades of Harvest Gold #EEB96A

Tints of Harvest Gold #EEB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 44.99%
G = 34.97%
B = 20.04%

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

#EEB96A (or 0xEEB96A) is known color: Harvest Gold. HEX triplet: EE, B9 and 6A. RGB value is (238,185,106). Sum of RGB (Red+Green+Blue) = 238+185+106=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96A is #114695. Grayscale: #C0C0C0. Windows color (decimal): -1132182 or 6994414. OLE color: 6994414.

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

Color convert

RGB 238 185 106 -
CMYK 0 0.22 0.55 0.07
HSL 35.91º 0.8% 0.67% -
HSV(B) 35.91º 0.55% 0.93% -
XYZ 55.21 53.92 21.13 -
YUV 191.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 238 185 106 0 0.22 0.55 0.07 35.91 0.8 0.67
Hex EE B9 6A 0 16 37 7 24 50 43
Octal 356 271 152 0 26 67 7 44 120 103
Binary 11101110 10111001 1101010 0 10110 110111 111 100100 1010000 1000011

Color Harmonies of #EEB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB96A

Black with #EEB96A

Text Example


Text Example

White with #EEB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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