Html Css Color HEX #E6BA72 Harvest Gold

📋 copy color: '#E6BA72'

red 230 ◦ green 186 ◦ blue 114

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

Shades of Harvest Gold #E6BA72

Tints of Harvest Gold #E6BA72

RGB

 RED value IS 230 (90.23% from 255) = 43.4%

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

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 43.4%
G = 35.09%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E6BA72 (or 0xE6BA72) is known color: Harvest Gold. HEX triplet: E6, BA and 72. RGB value is (230,186,114). Sum of RGB (Red+Green+Blue) = 230+186+114=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA72 is #19458D. Grayscale: #BFBFBF. Windows color (decimal): -1656206 or 7518950. OLE color: 7518950.

HSL color Cylindrical-coordinate representation of color #E6BA72: hue angle of 37.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6BA72 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 114 -
CMYK 0 0.19 0.50 0.10
HSL 37.24º 0.7% 0.67% -
HSV(B) 37.24º 0.5% 0.9% -
XYZ 53.23 53.16 23.37 -
YUV 190.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 230 186 114 0 0.19 0.50 0.10 37.24 0.7 0.67
Hex E6 BA 72 0 13 32 A 25 46 43
Octal 346 272 162 0 23 62 12 45 106 103
Binary 11100110 10111010 1110010 0 10011 110010 1010 100101 1000110 1000011

Color Harmonies of #E6BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA72

Black with #E6BA72

Text Example


Text Example

White with #E6BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA72; }

 p { color: rgb(230,186,114); }

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

background-color css

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

 a { background-color: rgb(230,186,114); }

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

border-color css

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

 span { border-color: rgb(230,186,114); }

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