Html Css Color HEX #E6B071 Harvest Gold

📋 copy color: '#E6B071'

red 230 ◦ green 176 ◦ blue 113

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

Shades of Harvest Gold #E6B071

Tints of Harvest Gold #E6B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.91%

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

R = 44.32%
G = 33.91%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E6B071 (or 0xE6B071) is known color: Harvest Gold. HEX triplet: E6, B0 and 71. RGB value is (230,176,113). Sum of RGB (Red+Green+Blue) = 230+176+113=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B071 is #194F8E. Grayscale: #B9B9B9. Windows color (decimal): -1658767 or 7450854. OLE color: 7450854.

HSL color Cylindrical-coordinate representation of color #E6B071: hue angle of 32.31º 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 #E6B071 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 176 113 -
CMYK 0 0.23 0.51 0.10
HSL 32.31º 0.7% 0.67% -
HSV(B) 32.31º 0.51% 0.9% -
XYZ 51.14 49.07 22.4 -
YUV 184.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 230 176 113 0 0.23 0.51 0.10 32.31 0.7 0.67
Hex E6 B0 71 0 17 33 A 20 46 43
Octal 346 260 161 0 27 63 12 40 106 103
Binary 11100110 10110000 1110001 0 10111 110011 1010 100000 1000110 1000011

Color Harmonies of #E6B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B071

Black with #E6B071

Text Example


Text Example

White with #E6B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B071; }

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

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

background-color css

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

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

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

border-color css

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

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

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