Html Css Color HEX #E1BA68 Harvest Gold

📋 copy color: '#E1BA68'

red 225 ◦ green 186 ◦ blue 104

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

Shades of Harvest Gold #E1BA68

Tints of Harvest Gold #E1BA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.19%

R = 43.69%
G = 36.12%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1BA68 (or 0xE1BA68) is known color: Harvest Gold. HEX triplet: E1, BA and 68. RGB value is (225,186,104). Sum of RGB (Red+Green+Blue) = 225+186+104=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA68 is #1E4597. Grayscale: #BCBCBC. Windows color (decimal): -1983896 or 6863585. OLE color: 6863585.

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

Color convert

RGB 225 186 104 -
CMYK 0 0.17 0.54 0.12
HSL 40.66º 0.67% 0.65% -
HSV(B) 40.66º 0.54% 0.88% -
XYZ 51.11 52.12 20.46 -
YUV 188.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 225 186 104 0 0.17 0.54 0.12 40.66 0.67 0.65
Hex E1 BA 68 0 11 36 C 29 43 41
Octal 341 272 150 0 21 66 14 51 103 101
Binary 11100001 10111010 1101000 0 10001 110110 1100 101001 1000011 1000001

Color Harmonies of #E1BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA68

Black with #E1BA68

Text Example


Text Example

White with #E1BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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