#E1D35C

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

Shades of Manz #E1D35C

Tints of Manz #E1D35C

Color information

#E1D35C (or 0xE1D35C) is unknown color: approx Manz. HEX triplet: E1, D3 and 5C. RGB value is (225,211,92). Sum of RGB (Red+Green+Blue) = 225+211+92=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D35C is #1E2CA3. Grayscale: #CACACA. Windows color (decimal): -1977508 or 6083553. OLE color: 6083553.

HSL color Cylindrical-coordinate representation of color #E1D35C: hue angle of 53.68º 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 #E1D35C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22521192-
CMYK00.060.590.12
HSL53.68º68.91%62.16%-
HSV(B)53.68º59.11%88.24%-
XYZ56.2863.3719.39-
YUV201.6266.14144.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.61%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 92 (36.33% from 255) = 17.42%
R=42.61%
G=39.96%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252119200.060.590.1253.6868.9162.16
HexE1D35C063BC36453e
Octal3413231340673146610576
Binary11100001110100111011100011011101111001101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D35C; }

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

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

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

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

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

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

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

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