#E5E952

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

Shades of Manz #E5E952

Tints of Manz #E5E952

Color information

#E5E952 (or 0xE5E952) is unknown color: approx Manz. HEX triplet: E5, E9 and 52. RGB value is (229,233,82). Sum of RGB (Red+Green+Blue) = 229+233+82=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E952 is #1A16AD. Grayscale: #D7D7D7. Windows color (decimal): -1709742 or 5433829. OLE color: 5433829.

HSL color Cylindrical-coordinate representation of color #E5E952: hue angle of 61.59º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5E952 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB22923382-
CMYK0.0200.650.09
HSL61.59º77.44%61.76%-
HSV(B)61.59º64.81%91.37%-
XYZ62.9875.5519.25-
YUV214.5953.17138.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.10%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 82 (32.42% from 255) = 15.07%
R=42.10%
G=42.83%
B=15.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229233820.0200.650.0961.5977.4461.76
HexE5E952204193e4d3e
Octal34535112220101117611576
Binary11100101111010011010010100100000110011111101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E952; }

 p { color: rgb(229,233,82); }

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

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

 a { background-color: rgb(229,233,82); }

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

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

 span { border-color: rgb(229,233,82); }

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