#E0DA55

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

Shades of Manz #E0DA55

Tints of Manz #E0DA55

Color information

#E0DA55 (or 0xE0DA55) is unknown color: approx Manz. HEX triplet: E0, DA and 55. RGB value is (224,218,85). Sum of RGB (Red+Green+Blue) = 224+218+85=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA55 is #1F25AA. Grayscale: #CDCDCD. Windows color (decimal): -2041259 or 5626592. OLE color: 5626592.

HSL color Cylindrical-coordinate representation of color #E0DA55: hue angle of 57.41º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0DA55 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22421885-
CMYK00.030.620.12
HSL57.41º69.15%60.59%-
HSV(B)57.41º62.05%87.84%-
XYZ57.4566.6518.43-
YUV204.6360.49141.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 85 (33.59% from 255) = 16.13%
R=42.50%
G=41.37%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242188500.030.620.1257.4169.1560.59
HexE0DA55033EC39453d
Octal3403321250376147110575
Binary1110000011011010101010101111111011001110011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA55; }

 p { color: rgb(224,218,85); }

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

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

 a { background-color: rgb(224,218,85); }

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

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

 span { border-color: rgb(224,218,85); }

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