#E5DA56

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

Shades of Manz #E5DA56

Tints of Manz #E5DA56

Color information

#E5DA56 (or 0xE5DA56) is unknown color: approx Manz. HEX triplet: E5, DA and 56. RGB value is (229,218,86). Sum of RGB (Red+Green+Blue) = 229+218+86=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA56 is #1A25A9. Grayscale: #CECECE. Windows color (decimal): -1713578 or 5692133. OLE color: 5692133.

HSL color Cylindrical-coordinate representation of color #E5DA56: hue angle of 55.38º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5DA56 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB22921886-
CMYK00.050.620.10
HSL55.38º73.33%61.76%-
HSV(B)55.38º62.45%89.8%-
XYZ59.0667.4718.71-
YUV206.2460.14144.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.96%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 86 (33.98% from 255) = 16.14%
R=42.96%
G=40.90%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292188600.050.620.1055.3873.3361.76
HexE5DA56053EA37493e
Octal3453321260576126711176
Binary11100101110110101010110010111111010101101111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DA56; }

 p { color: rgb(229,218,86); }

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

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

 a { background-color: rgb(229,218,86); }

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

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

 span { border-color: rgb(229,218,86); }

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