#E0DA62

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

Shades of Manz #E0DA62

Tints of Manz #E0DA62

Color information

#E0DA62 (or 0xE0DA62) is unknown color: approx Manz. HEX triplet: E0, DA and 62. RGB value is (224,218,98). Sum of RGB (Red+Green+Blue) = 224+218+98=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA62 is #1F259D. Grayscale: #CECECE. Windows color (decimal): -2041246 or 6478560. OLE color: 6478560.

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

Color convert

RGB22421898-
CMYK00.030.560.12
HSL57.14º67.02%63.14%-
HSV(B)57.14º56.25%87.84%-
XYZ58.0266.8721.41-
YUV206.1166.99140.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 98 (38.67% from 255) = 18.15%
R=41.48%
G=40.37%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242189800.030.560.1257.1467.0263.14
HexE0DA620338C39433f
Octal3403321420370147110377
Binary1110000011011010110001001111100011001110011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DA62; }

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

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

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

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

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

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

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

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