#E5D85F

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

Shades of Manz #E5D85F

Tints of Manz #E5D85F

Color information

#E5D85F (or 0xE5D85F) is unknown color: approx Manz. HEX triplet: E5, D8 and 5F. RGB value is (229,216,95). Sum of RGB (Red+Green+Blue) = 229+216+95=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D85F is #1A27A0. Grayscale: #CECECE. Windows color (decimal): -1714081 or 6281445. OLE color: 6281445.

HSL color Cylindrical-coordinate representation of color #E5D85F: hue angle of 54.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5D85F is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB22921695-
CMYK00.060.590.10
HSL54.18º72.04%63.53%-
HSV(B)54.18º58.52%89.8%-
XYZ58.9366.620.57-
YUV206.0965.31144.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.41%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 17.59%
R=42.41%
G=40%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292169500.060.590.1054.1872.0463.53
HexE5D85F063BA364840
Octal34533013706731266110100
Binary111001011101100010111110110111011101011011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D85F; }

 p { color: rgb(229,216,95); }

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

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

 a { background-color: rgb(229,216,95); }

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

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

 span { border-color: rgb(229,216,95); }

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