Html Css Color HEX #E7AB70 Harvest Gold

📋 copy color: '#E7AB70'

red 231 ◦ green 171 ◦ blue 112

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

Shades of Harvest Gold #E7AB70

Tints of Harvest Gold #E7AB70

RGB

 RED value IS 231 (90.63% from 255) = 44.94%

 GREEN value IS 171 (67.19% from 255) = 33.27%

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

R = 44.94%
G = 33.27%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7AB70 (or 0xE7AB70) is known color: Harvest Gold. HEX triplet: E7, AB and 70. RGB value is (231,171,112). Sum of RGB (Red+Green+Blue) = 231+171+112=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AB70 is #18548F. Grayscale: #B6B6B6. Windows color (decimal): -1594512 or 7384039. OLE color: 7384039.

HSL color Cylindrical-coordinate representation of color #E7AB70: hue angle of 29.75º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7AB70 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 171 112 -
CMYK 0 0.26 0.52 0.09
HSL 29.75º 0.71% 0.67% -
HSV(B) 29.75º 0.52% 0.91% -
XYZ 50.44 47.28 21.8 -
YUV 182.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 231 171 112 0 0.26 0.52 0.09 29.75 0.71 0.67
Hex E7 AB 70 0 1A 34 9 1E 47 43
Octal 347 253 160 0 32 64 11 36 107 103
Binary 11100111 10101011 1110000 0 11010 110100 1001 11110 1000111 1000011

Color Harmonies of #E7AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AB70

Black with #E7AB70

Text Example


Text Example

White with #E7AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AB70; }

 p { color: rgb(231,171,112); }

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

background-color css

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

 a { background-color: rgb(231,171,112); }

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

border-color css

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

 span { border-color: rgb(231,171,112); }

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