#E1D055

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

Shades of Manz #E1D055

Tints of Manz #E1D055

Color information

#E1D055 (or 0xE1D055) is unknown color: approx Manz. HEX triplet: E1, D0 and 55. RGB value is (225,208,85). Sum of RGB (Red+Green+Blue) = 225+208+85=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 85 (33.59% from 255 or 16.41% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D055 is #1E2FAA. Grayscale: #C7C7C7. Windows color (decimal): -1978283 or 5624033. OLE color: 5624033.

HSL color Cylindrical-coordinate representation of color #E1D055: hue angle of 52.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1D055 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB22520885-
CMYK00.080.620.12
HSL52.71º70%60.78%-
HSV(B)52.71º62.22%88.24%-
XYZ55.2561.7817.61-
YUV199.0663.63146.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 85 (33.59% from 255) = 16.41%
R=43.44%
G=40.15%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252088500.080.620.1252.717060.78
HexE1D055083EC35463d
Octal34132012501076146510675
Binary111000011101000010101010100011111011001101011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D055; }

 p { color: rgb(225,208,85); }

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

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

 a { background-color: rgb(225,208,85); }

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

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

 span { border-color: rgb(225,208,85); }

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