#E8D85D

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

Shades of Manz #E8D85D

Tints of Manz #E8D85D

Color information

#E8D85D (or 0xE8D85D) is unknown color: approx Manz. HEX triplet: E8, D8 and 5D. RGB value is (232,216,93). Sum of RGB (Red+Green+Blue) = 232+216+93=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D85D is #1727A2. Grayscale: #CFCFCF. Windows color (decimal): -1517475 or 6150376. OLE color: 6150376.

HSL color Cylindrical-coordinate representation of color #E8D85D: hue angle of 53.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8D85D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23221693-
CMYK00.070.600.09
HSL53.09º75.14%63.73%-
HSV(B)53.09º59.91%90.98%-
XYZ59.8167.0620.15-
YUV206.7663.8146-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.88%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 93 (36.72% from 255) = 17.19%
R=42.88%
G=39.93%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322169300.070.600.0953.0975.1463.73
HexE8D85D073C9354b40
Octal35033013507741165113100
Binary111010001101100010111010111111100100111010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D85D; }

 p { color: rgb(232,216,93); }

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

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

 a { background-color: rgb(232,216,93); }

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

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

 span { border-color: rgb(232,216,93); }

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