Html Css Color HEX #E7A968 Harvest Gold

📋 copy color: '#E7A968'

red 231 ◦ green 169 ◦ blue 104

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

Shades of Harvest Gold #E7A968

Tints of Harvest Gold #E7A968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.53%

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 45.83%
G = 33.53%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E7A968 (or 0xE7A968) is known color: Harvest Gold. HEX triplet: E7, A9 and 68. RGB value is (231,169,104). Sum of RGB (Red+Green+Blue) = 231+169+104=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A968 is #185697. Grayscale: #B4B4B4. Windows color (decimal): -1595032 or 6859239. OLE color: 6859239.

HSL color Cylindrical-coordinate representation of color #E7A968: hue angle of 30.71º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7A968 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 169 104 -
CMYK 0 0.27 0.55 0.09
HSL 30.71º 0.73% 0.66% -
HSV(B) 30.71º 0.55% 0.91% -
XYZ 49.64 46.36 19.43 -
YUV 180.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 231 169 104 0 0.27 0.55 0.09 30.71 0.73 0.66
Hex E7 A9 68 0 1B 37 9 1F 49 42
Octal 347 251 150 0 33 67 11 37 111 102
Binary 11100111 10101001 1101000 0 11011 110111 1001 11111 1001001 1000010

Color Harmonies of #E7A968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A968

Black with #E7A968

Text Example


Text Example

White with #E7A968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A968; }

 p { color: rgb(231,169,104); }

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

background-color css

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

 a { background-color: rgb(231,169,104); }

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

border-color css

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

 span { border-color: rgb(231,169,104); }

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