#E5DC54

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

Shades of Manz #E5DC54

Tints of Manz #E5DC54

Color information

#E5DC54 (or 0xE5DC54) is unknown color: approx Manz. HEX triplet: E5, DC and 54. RGB value is (229,220,84). Sum of RGB (Red+Green+Blue) = 229+220+84=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC54 is #1A23AB. Grayscale: #CFCFCF. Windows color (decimal): -1713068 or 5561573. OLE color: 5561573.

HSL color Cylindrical-coordinate representation of color #E5DC54: hue angle of 56.28º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5DC54 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB22922084-
CMYK00.040.630.10
HSL56.28º73.6%61.37%-
HSV(B)56.28º63.32%89.8%-
XYZ59.5168.4818.47-
YUV207.1958.48143.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=42.96%
G=41.28%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292208400.040.630.1056.2873.661.37
HexE5DC54043FA384a3d
Octal3453341240477127011275
Binary11100101110111001010100010011111110101110001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DC54; }

 p { color: rgb(229,220,84); }

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

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

 a { background-color: rgb(229,220,84); }

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

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

 span { border-color: rgb(229,220,84); }

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