Html Css Color HEX #E6B971 Harvest Gold

📋 copy color: '#E6B971'

red 230 ◦ green 185 ◦ blue 113

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

Shades of Harvest Gold #E6B971

Tints of Harvest Gold #E6B971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 43.56%
G = 35.04%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E6B971 (or 0xE6B971) is known color: Harvest Gold. HEX triplet: E6, B9 and 71. RGB value is (230,185,113). Sum of RGB (Red+Green+Blue) = 230+185+113=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B971 is #19468E. Grayscale: #BEBEBE. Windows color (decimal): -1656463 or 7453158. OLE color: 7453158.

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

Color convert

RGB 230 185 113 -
CMYK 0 0.20 0.51 0.10
HSL 36.92º 0.7% 0.67% -
HSV(B) 36.92º 0.51% 0.9% -
XYZ 52.96 52.71 23.01 -
YUV 190.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 230 185 113 0 0.20 0.51 0.10 36.92 0.7 0.67
Hex E6 B9 71 0 14 33 A 25 46 43
Octal 346 271 161 0 24 63 12 45 106 103
Binary 11100110 10111001 1110001 0 10100 110011 1010 100101 1000110 1000011

Color Harmonies of #E6B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B971

Black with #E6B971

Text Example


Text Example

White with #E6B971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B971; }

 p { color: rgb(230,185,113); }

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

background-color css

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

 a { background-color: rgb(230,185,113); }

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

border-color css

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

 span { border-color: rgb(230,185,113); }

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