#E2D55C

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

Shades of Manz #E2D55C

Tints of Manz #E2D55C

Color information

#E2D55C (or 0xE2D55C) is unknown color: approx Manz. HEX triplet: E2, D5 and 5C. RGB value is (226,213,92). Sum of RGB (Red+Green+Blue) = 226+213+92=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D55C is #1D2AA3. Grayscale: #CBCBCB. Windows color (decimal): -1911460 or 6084066. OLE color: 6084066.

HSL color Cylindrical-coordinate representation of color #E2D55C: hue angle of 54.18º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2D55C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22621392-
CMYK00.060.590.11
HSL54.18º69.79%62.35%-
HSV(B)54.18º59.29%88.63%-
XYZ57.0964.5319.57-
YUV203.0965.31144.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.56%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 92 (36.33% from 255) = 17.33%
R=42.56%
G=40.11%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262139200.060.590.1154.1869.7962.35
HexE2D55C063BB36463e
Octal3423251340673136610676
Binary11100010110101011011100011011101110111101101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D55C; }

 p { color: rgb(226,213,92); }

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

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

 a { background-color: rgb(226,213,92); }

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

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

 span { border-color: rgb(226,213,92); }

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