#E2DD60

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

Shades of Manz #E2DD60

Tints of Manz #E2DD60

Color information

#E2DD60 (or 0xE2DD60) is unknown color: approx Manz. HEX triplet: E2, DD and 60. RGB value is (226,221,96). Sum of RGB (Red+Green+Blue) = 226+221+96=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD60 is #1D229F. Grayscale: #D0D0D0. Windows color (decimal): -1909408 or 6348258. OLE color: 6348258.

HSL color Cylindrical-coordinate representation of color #E2DD60: hue angle of 57.69º 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 #E2DD60 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB22622196-
CMYK00.020.580.11
HSL57.69º69.15%63.14%-
HSV(B)57.69º57.52%88.63%-
XYZ59.3368.7321.2-
YUV208.2464.66140.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=41.62%
G=40.70%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262219600.020.580.1157.6969.1563.14
HexE2DD60023AB3a453f
Octal3423351400272137210577
Binary1110001011011101110000001011101010111110101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DD60; }

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

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

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

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

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

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

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

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