#E3DC52

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

Shades of Manz #E3DC52

Tints of Manz #E3DC52

Color information

#E3DC52 (or 0xE3DC52) is unknown color: approx Manz. HEX triplet: E3, DC and 52. RGB value is (227,220,82). Sum of RGB (Red+Green+Blue) = 227+220+82=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC52 is #1C23AD. Grayscale: #CECECE. Windows color (decimal): -1844142 or 5430499. OLE color: 5430499.

HSL color Cylindrical-coordinate representation of color #E3DC52: hue angle of 57.1º degrees, saturation: 0.72, 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 #E3DC52 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB22722082-
CMYK00.030.640.11
HSL57.1º72.14%60.59%-
HSV(B)57.1º63.88%89.02%-
XYZ58.7968.1318.03-
YUV206.3657.82142.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 82 (32.42% from 255) = 15.50%
R=42.91%
G=41.59%
B=15.50%

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
Decimal2272208200.030.640.1157.172.1460.59
HexE3DC520340B39483d
Octal34333412203100137111075
Binary11100011110111001010010011100000010111110011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DC52; }

 p { color: rgb(227,220,82); }

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

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

 a { background-color: rgb(227,220,82); }

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

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

 span { border-color: rgb(227,220,82); }

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