Html Css Color HEX #E1BA6B Harvest Gold

📋 copy color: '#E1BA6B'

red 225 ◦ green 186 ◦ blue 107

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

Shades of Harvest Gold #E1BA6B

Tints of Harvest Gold #E1BA6B

RGB

 RED value IS 225 (88.28% from 255) = 43.44%

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

 BLUE value IS 107 (42.19% from 255) = 20.66%

R = 43.44%
G = 35.91%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1BA6B (or 0xE1BA6B) is known color: Harvest Gold. HEX triplet: E1, BA and 6B. RGB value is (225,186,107). Sum of RGB (Red+Green+Blue) = 225+186+107=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA6B is #1E4594. Grayscale: #BDBDBD. Windows color (decimal): -1983893 or 7060193. OLE color: 7060193.

HSL color Cylindrical-coordinate representation of color #E1BA6B: hue angle of 40.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1BA6B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 107 -
CMYK 0 0.17 0.52 0.12
HSL 40.17º 0.66% 0.65% -
HSV(B) 40.17º 0.52% 0.88% -
XYZ 51.26 52.19 21.28 -
YUV 188.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 225 186 107 0 0.17 0.52 0.12 40.17 0.66 0.65
Hex E1 BA 6B 0 11 34 C 28 42 41
Octal 341 272 153 0 21 64 14 50 102 101
Binary 11100001 10111010 1101011 0 10001 110100 1100 101000 1000010 1000001

Color Harmonies of #E1BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA6B

Black with #E1BA6B

Text Example


Text Example

White with #E1BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA6B; }

 p { color: rgb(225,186,107); }

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

background-color css

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

 a { background-color: rgb(225,186,107); }

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

border-color css

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

 span { border-color: rgb(225,186,107); }

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