#EEBD63

Color #EEBD63 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #EEBD63

Tints of Harvest Gold #EEBD63

Color information

#EEBD63 (or 0xEEBD63) is unknown color: approx Harvest Gold. HEX triplet: EE, BD and 63. RGB value is (238,189,99). Sum of RGB (Red+Green+Blue) = 238+189+99=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBD63 is #11429C. Grayscale: #C1C1C1. Windows color (decimal): -1131165 or 6536686. OLE color: 6536686.

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

Color convert

RGB23818999-
CMYK00.210.580.07
HSL38.85º80.35%66.08%-
HSV(B)38.85º58.4%93.33%-
XYZ55.7155.4719.58-
YUV193.3974.73159.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.25%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 99 (39.06% from 255) = 18.82%
R=45.25%
G=35.93%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381899900.210.580.0738.8580.3566.08
HexEEBD630153A7275042
Octal35627514302572747120102
Binary1110111010111101110001101010111101011110011110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBD63; }

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

 H1.HeaderClassName
 {
   color: #EEBD63;
 }
 .AnyTagClassName
 {
   color: #EEBD63;
 }
</style>
background-color css

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

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

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

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

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

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