#E8D85B

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

Shades of Manz #E8D85B

Tints of Manz #E8D85B

Color information

#E8D85B (or 0xE8D85B) is unknown color: approx Manz. HEX triplet: E8, D8 and 5B. RGB value is (232,216,91). Sum of RGB (Red+Green+Blue) = 232+216+91=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D85B is #1727A4. Grayscale: #CFCFCF. Windows color (decimal): -1517477 or 6019304. OLE color: 6019304.

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

Color convert

RGB23221691-
CMYK00.070.610.09
HSL53.19º75.4%63.33%-
HSV(B)53.19º60.78%90.98%-
XYZ59.7267.0219.69-
YUV206.5362.8146.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 91 (35.94% from 255) = 16.88%
R=43.04%
G=40.07%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322169100.070.610.0953.1975.463.33
HexE8D85B073D9354b3f
Octal3503301330775116511377
Binary11101000110110001011011011111110110011101011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D85B; }

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

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

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

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

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

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

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

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