#E4DD5B

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

Shades of Manz #E4DD5B

Tints of Manz #E4DD5B

Color information

#E4DD5B (or 0xE4DD5B) is unknown color: approx Manz. HEX triplet: E4, DD and 5B. RGB value is (228,221,91). Sum of RGB (Red+Green+Blue) = 228+221+91=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 91 (35.94% from 255 or 16.85% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DD5B is #1B22A4. Grayscale: #D0D0D0. Windows color (decimal): -1778341 or 6020580. OLE color: 6020580.

HSL color Cylindrical-coordinate representation of color #E4DD5B: hue angle of 56.93º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4DD5B is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22822191-
CMYK00.030.600.11
HSL56.93º71.73%62.55%-
HSV(B)56.93º60.09%89.41%-
XYZ59.7468.9620.06-
YUV208.2761.82142.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.22%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 91 (35.94% from 255) = 16.85%
R=42.22%
G=40.93%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282219100.030.600.1156.9371.7362.55
HexE4DD5B033CB39483f
Octal3443351330374137111077
Binary1110010011011101101101101111110010111110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DD5B; }

 p { color: rgb(228,221,91); }

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

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

 a { background-color: rgb(228,221,91); }

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

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

 span { border-color: rgb(228,221,91); }

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