#E7D860

Color #E7D860 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #E7D860

Tints of Manz #E7D860

Color information

#E7D860 (or 0xE7D860) is unknown color: approx Manz. HEX triplet: E7, D8 and 60. RGB value is (231,216,96). Sum of RGB (Red+Green+Blue) = 231+216+96=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D860 is #18279F. Grayscale: #CFCFCF. Windows color (decimal): -1583008 or 6346983. OLE color: 6346983.

HSL color Cylindrical-coordinate representation of color #E7D860: hue angle of 53.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7D860 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB23121696-
CMYK00.060.580.09
HSL53.33º73.77%64.12%-
HSV(B)53.33º58.44%90.59%-
XYZ59.6266.9520.85-
YUV206.865.47145.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=42.54%
G=39.78%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312169600.060.580.0953.3373.7764.12
HexE7D860063A9354a40
Octal34733014006721165112100
Binary111001111101100011000000110111010100111010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D860; }

 p { color: rgb(231,216,96); }

 H1.HeaderClassName
 {
   color: #E7D860;
 }
 .AnyTagClassName
 {
   color: #E7D860;
 }
</style>
background-color css

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

 a { background-color: rgb(231,216,96); }

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

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

 span { border-color: rgb(231,216,96); }

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