Html Css Color HEX #EEB963 Harvest Gold

📋 copy color: '#EEB963'

red 238 ◦ green 185 ◦ blue 99

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

Shades of Harvest Gold #EEB963

Tints of Harvest Gold #EEB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.97%

R = 45.59%
G = 35.44%
B = 18.97%

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

#EEB963 (or 0xEEB963) is known color: Harvest Gold. HEX triplet: EE, B9 and 63. RGB value is (238,185,99). Sum of RGB (Red+Green+Blue) = 238+185+99=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB963 is #11469C. Grayscale: #BFBFBF. Windows color (decimal): -1132189 or 6535662. OLE color: 6535662.

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

Color convert

RGB 238 185 99 -
CMYK 0 0.22 0.58 0.07
HSL 37.12º 0.8% 0.66% -
HSV(B) 37.12º 0.58% 0.93% -
XYZ 54.86 53.78 19.29 -
YUV 191.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 238 185 99 0 0.22 0.58 0.07 37.12 0.8 0.66
Hex EE B9 63 0 16 3A 7 25 50 42
Octal 356 271 143 0 26 72 7 45 120 102
Binary 11101110 10111001 1100011 0 10110 111010 111 100101 1010000 1000010

Color Harmonies of #EEB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB963

Black with #EEB963

Text Example


Text Example

White with #EEB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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