#E4DD53

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

Shades of Manz #E4DD53

Tints of Manz #E4DD53

Color information

#E4DD53 (or 0xE4DD53) is unknown color: approx Manz. HEX triplet: E4, DD and 53. RGB value is (228,221,83). Sum of RGB (Red+Green+Blue) = 228+221+83=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DD53 is #1B22AC. Grayscale: #CFCFCF. Windows color (decimal): -1778349 or 5496292. OLE color: 5496292.

HSL color Cylindrical-coordinate representation of color #E4DD53: hue angle of 57.1º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4DD53 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB22822183-
CMYK00.030.640.11
HSL57.1º72.86%60.98%-
HSV(B)57.1º63.6%89.41%-
XYZ59.4168.8318.34-
YUV207.3657.82142.72-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.86%
GREEN value IS 221 (86.72% from 255) = 41.54%
BLUE value IS 83 (32.81% from 255) = 15.60%
R=42.86%
G=41.54%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282218300.030.640.1157.172.8660.98
HexE4DD530340B39493d
Octal34433512303100137111175
Binary11100100110111011010011011100000010111110011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DD53; }

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

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

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

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

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

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

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

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