#E1DF5C

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

Shades of Manz #E1DF5C

Tints of Manz #E1DF5C

Color information

#E1DF5C (or 0xE1DF5C) is unknown color: approx Manz. HEX triplet: E1, DF and 5C. RGB value is (225,223,92). Sum of RGB (Red+Green+Blue) = 225+223+92=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF5C is #1E20A3. Grayscale: #D1D1D1. Windows color (decimal): -1974436 or 6086625. OLE color: 6086625.

HSL color Cylindrical-coordinate representation of color #E1DF5C: hue angle of 59.1º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1DF5C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22522392-
CMYK00.010.590.12
HSL59.1º68.91%62.16%-
HSV(B)59.1º59.11%88.24%-
XYZ59.3769.5620.42-
YUV208.6662.16139.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 92 (36.33% from 255) = 17.04%
R=41.67%
G=41.30%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252239200.010.590.1259.168.9162.16
HexE1DF5C013BC3b453e
Octal3413371340173147310576
Binary111000011101111110111000111101111001110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF5C; }

 p { color: rgb(225,223,92); }

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

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

 a { background-color: rgb(225,223,92); }

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

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

 span { border-color: rgb(225,223,92); }

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