Html Css Color HEX #EEB965 Harvest Gold

📋 copy color: '#EEB965'

red 238 ◦ green 185 ◦ blue 101

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

Shades of Harvest Gold #EEB965

Tints of Harvest Gold #EEB965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.27%

R = 45.42%
G = 35.31%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEB965 (or 0xEEB965) is known color: Harvest Gold. HEX triplet: EE, B9 and 65. RGB value is (238,185,101). Sum of RGB (Red+Green+Blue) = 238+185+101=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB965 is #11469A. Grayscale: #BFBFBF. Windows color (decimal): -1132187 or 6666734. OLE color: 6666734.

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

Color convert

RGB 238 185 101 -
CMYK 0 0.22 0.58 0.07
HSL 36.79º 0.8% 0.66% -
HSV(B) 36.79º 0.58% 0.93% -
XYZ 54.96 53.81 19.8 -
YUV 191.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 238 185 101 0 0.22 0.58 0.07 36.79 0.8 0.66
Hex EE B9 65 0 16 3A 7 25 50 42
Octal 356 271 145 0 26 72 7 45 120 102
Binary 11101110 10111001 1100101 0 10110 111010 111 100101 1010000 1000010

Color Harmonies of #EEB965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB965

Black with #EEB965

Text Example


Text Example

White with #EEB965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB965; }

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

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

background-color css

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

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

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

border-color css

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

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

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