#E2E05E

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

Shades of Manz #E2E05E

Tints of Manz #E2E05E

Color information

#E2E05E (or 0xE2E05E) is unknown color: approx Manz. HEX triplet: E2, E0 and 5E. RGB value is (226,224,94). Sum of RGB (Red+Green+Blue) = 226+224+94=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E05E is #1D1FA1. Grayscale: #D2D2D2. Windows color (decimal): -1908642 or 6217954. OLE color: 6217954.

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

Color convert

RGB22622494-
CMYK00.010.580.11
HSL59.09º69.47%62.75%-
HSV(B)59.09º58.41%88.63%-
XYZ60.0470.2920.99-
YUV209.7862.66139.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 224 (87.89% from 255) = 41.18%
BLUE value IS 94 (37.11% from 255) = 17.28%
R=41.54%
G=41.18%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262249400.010.580.1159.0969.4762.75
HexE2E05E013AB3b453f
Octal3423401360172137310577
Binary111000101110000010111100111101010111110111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E05E; }

 p { color: rgb(226,224,94); }

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

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

 a { background-color: rgb(226,224,94); }

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

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

 span { border-color: rgb(226,224,94); }

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