#E2DC60

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

Shades of Manz #E2DC60

Tints of Manz #E2DC60

Color information

#E2DC60 (or 0xE2DC60) is unknown color: approx Manz. HEX triplet: E2, DC and 60. RGB value is (226,220,96). Sum of RGB (Red+Green+Blue) = 226+220+96=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC60 is #1D239F. Grayscale: #D0D0D0. Windows color (decimal): -1909664 or 6348002. OLE color: 6348002.

HSL color Cylindrical-coordinate representation of color #E2DC60: hue angle of 57.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2DC60 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22622096-
CMYK00.030.580.11
HSL57.23º69.15%63.14%-
HSV(B)57.23º57.52%88.63%-
XYZ59.0768.221.12-
YUV207.6664.99141.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 96 (37.89% from 255) = 17.71%
R=41.70%
G=40.59%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262209600.030.580.1157.2369.1563.14
HexE2DC60033AB39453f
Octal3423341400372137110577
Binary1110001011011100110000001111101010111110011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DC60; }

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

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

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

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

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

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

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

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