Html Css Color HEX #EEB85F Harvest Gold

📋 copy color: '#EEB85F'

red 238 ◦ green 184 ◦ blue 95

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

Shades of Harvest Gold #EEB85F

Tints of Harvest Gold #EEB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 95 (37.5% from 255) = 18.38%

R = 46.03%
G = 35.59%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEB85F (or 0xEEB85F) is known color: Harvest Gold. HEX triplet: EE, B8 and 5F. RGB value is (238,184,95). Sum of RGB (Red+Green+Blue) = 238+184+95=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB85F is #1147A0. Grayscale: #BEBEBE. Windows color (decimal): -1132449 or 6273262. OLE color: 6273262.

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

Color convert

RGB 238 184 95 -
CMYK 0 0.23 0.60 0.07
HSL 37.34º 0.81% 0.65% -
HSV(B) 37.34º 0.6% 0.93% -
XYZ 54.47 53.28 18.24 -
YUV 190 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 238 184 95 0 0.23 0.60 0.07 37.34 0.81 0.65
Hex EE B8 5F 0 17 3C 7 25 51 41
Octal 356 270 137 0 27 74 7 45 121 101
Binary 11101110 10111000 1011111 0 10111 111100 111 100101 1010001 1000001

Color Harmonies of #EEB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB85F

Black with #EEB85F

Text Example


Text Example

White with #EEB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB85F; }

 p { color: rgb(238,184,95); }

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

background-color css

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

 a { background-color: rgb(238,184,95); }

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

border-color css

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

 span { border-color: rgb(238,184,95); }

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