#E0DC60

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

Shades of Manz #E0DC60

Tints of Manz #E0DC60

Color information

#E0DC60 (or 0xE0DC60) is unknown color: approx Manz. HEX triplet: E0, DC and 60. RGB value is (224,220,96). Sum of RGB (Red+Green+Blue) = 224+220+96=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC60 is #1F239F. Grayscale: #CFCFCF. Windows color (decimal): -2040736 or 6348000. OLE color: 6348000.

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

Color convert

RGB22422096-
CMYK00.020.570.12
HSL58.12º67.37%62.75%-
HSV(B)58.12º57.14%87.84%-
XYZ58.4467.8821.09-
YUV207.0665.33140.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 96 (37.89% from 255) = 17.78%
R=41.48%
G=40.74%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242209600.020.570.1258.1267.3762.75
HexE0DC600239C3a433f
Octal3403341400271147210377
Binary1110000011011100110000001011100111001110101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DC60; }

 p { color: rgb(224,220,96); }

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

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

 a { background-color: rgb(224,220,96); }

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

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

 span { border-color: rgb(224,220,96); }

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