Html Css Color HEX #E3BA70 Harvest Gold

📋 copy color: '#E3BA70'

red 227 ◦ green 186 ◦ blue 112

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

Shades of Harvest Gold #E3BA70

Tints of Harvest Gold #E3BA70

RGB

 RED value IS 227 (89.06% from 255) = 43.24%

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

 BLUE value IS 112 (44.14% from 255) = 21.33%

R = 43.24%
G = 35.43%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3BA70 (or 0xE3BA70) is known color: Harvest Gold. HEX triplet: E3, BA and 70. RGB value is (227,186,112). Sum of RGB (Red+Green+Blue) = 227+186+112=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BA70 is #1C458F. Grayscale: #BEBEBE. Windows color (decimal): -1852816 or 7387875. OLE color: 7387875.

HSL color Cylindrical-coordinate representation of color #E3BA70: hue angle of 38.61º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3BA70 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 186 112 -
CMYK 0 0.18 0.51 0.11
HSL 38.61º 0.67% 0.66% -
HSV(B) 38.61º 0.51% 0.89% -
XYZ 52.16 52.62 22.74 -
YUV 189.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 227 186 112 0 0.18 0.51 0.11 38.61 0.67 0.66
Hex E3 BA 70 0 12 33 B 27 43 42
Octal 343 272 160 0 22 63 13 47 103 102
Binary 11100011 10111010 1110000 0 10010 110011 1011 100111 1000011 1000010

Color Harmonies of #E3BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BA70

Black with #E3BA70

Text Example


Text Example

White with #E3BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BA70; }

 p { color: rgb(227,186,112); }

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

background-color css

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

 a { background-color: rgb(227,186,112); }

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

border-color css

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

 span { border-color: rgb(227,186,112); }

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