Html Css Color HEX #E9BA60 Harvest Gold

📋 copy color: '#E9BA60'

red 233 ◦ green 186 ◦ blue 96

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

Shades of Harvest Gold #E9BA60

Tints of Harvest Gold #E9BA60

RGB

 RED value IS 233 (91.41% from 255) = 45.24%

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 96 (37.89% from 255) = 18.64%

R = 45.24%
G = 36.12%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E9BA60 (or 0xE9BA60) is known color: Harvest Gold. HEX triplet: E9, BA and 60. RGB value is (233,186,96). Sum of RGB (Red+Green+Blue) = 233+186+96=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA60 is #16459F. Grayscale: #BEBEBE. Windows color (decimal): -1459616 or 6339305. OLE color: 6339305.

HSL color Cylindrical-coordinate representation of color #E9BA60: hue angle of 39.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9BA60 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 186 96 -
CMYK 0 0.20 0.59 0.09
HSL 39.42º 0.76% 0.65% -
HSV(B) 39.42º 0.59% 0.91% -
XYZ 53.27 53.29 18.54 -
YUV 189.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 233 186 96 0 0.20 0.59 0.09 39.42 0.76 0.65
Hex E9 BA 60 0 14 3B 9 27 4C 41
Octal 351 272 140 0 24 73 11 47 114 101
Binary 11101001 10111010 1100000 0 10100 111011 1001 100111 1001100 1000001

Color Harmonies of #E9BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BA60

Black with #E9BA60

Text Example


Text Example

White with #E9BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BA60; }

 p { color: rgb(233,186,96); }

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

background-color css

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

 a { background-color: rgb(233,186,96); }

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

border-color css

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

 span { border-color: rgb(233,186,96); }

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