Html Css Color HEX #EEB96B Harvest Gold

📋 copy color: '#EEB96B'

red 238 ◦ green 185 ◦ blue 107

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

Shades of Harvest Gold #EEB96B

Tints of Harvest Gold #EEB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.19%

R = 44.91%
G = 34.91%
B = 20.19%

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

#EEB96B (or 0xEEB96B) is known color: Harvest Gold. HEX triplet: EE, B9 and 6B. RGB value is (238,185,107). Sum of RGB (Red+Green+Blue) = 238+185+107=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96B is #114694. Grayscale: #C0C0C0. Windows color (decimal): -1132181 or 7059950. OLE color: 7059950.

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

Color convert

RGB 238 185 107 -
CMYK 0 0.22 0.55 0.07
HSL 35.73º 0.79% 0.68% -
HSV(B) 35.73º 0.55% 0.93% -
XYZ 55.26 53.94 21.41 -
YUV 191.96 80.06 160.84 -
System Red Green Blue C M Y K H S L
Decimal 238 185 107 0 0.22 0.55 0.07 35.73 0.79 0.68
Hex EE B9 6B 0 16 37 7 24 4F 44
Octal 356 271 153 0 26 67 7 44 117 104
Binary 11101110 10111001 1101011 0 10110 110111 111 100100 1001111 1000100

Color Harmonies of #EEB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB96B

Black with #EEB96B

Text Example


Text Example

White with #EEB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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