#E4D55D

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

Shades of Manz #E4D55D

Tints of Manz #E4D55D

Color information

#E4D55D (or 0xE4D55D) is unknown color: approx Manz. HEX triplet: E4, D5 and 5D. RGB value is (228,213,93). Sum of RGB (Red+Green+Blue) = 228+213+93=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D55D is #1B2AA2. Grayscale: #CCCCCC. Windows color (decimal): -1780387 or 6149604. OLE color: 6149604.

HSL color Cylindrical-coordinate representation of color #E4D55D: hue angle of 53.33º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4D55D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22821393-
CMYK00.070.590.11
HSL53.33º71.43%62.94%-
HSV(B)53.33º59.21%89.41%-
XYZ57.7664.8719.83-
YUV203.865.47145.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.70%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 93 (36.72% from 255) = 17.42%
R=42.70%
G=39.89%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282139300.070.590.1153.3371.4362.94
HexE4D55D073BB35473f
Octal3443251350773136510777
Binary11100100110101011011101011111101110111101011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D55D; }

 p { color: rgb(228,213,93); }

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

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

 a { background-color: rgb(228,213,93); }

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

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

 span { border-color: rgb(228,213,93); }

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