#E8E052

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

Shades of Manz #E8E052

Tints of Manz #E8E052

Color information

#E8E052 (or 0xE8E052) is unknown color: approx Manz. HEX triplet: E8, E0 and 52. RGB value is (232,224,82). Sum of RGB (Red+Green+Blue) = 232+224+82=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E052 is #171FAD. Grayscale: #D2D2D2. Windows color (decimal): -1515438 or 5431528. OLE color: 5431528.

HSL color Cylindrical-coordinate representation of color #E8E052: hue angle of 56.8º 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 #E8E052 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB23222482-
CMYK00.030.650.09
HSL56.8º76.53%61.57%-
HSV(B)56.8º64.66%90.98%-
XYZ61.4671.0818.46-
YUV210.255.65143.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.12%
GREEN value IS 224 (87.89% from 255) = 41.64%
BLUE value IS 82 (32.42% from 255) = 15.24%
R=43.12%
G=41.64%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322248200.030.650.0956.876.5361.57
HexE8E05203419394d3e
Octal35034012203101117111576
Binary11101000111000001010010011100000110011110011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E052; }

 p { color: rgb(232,224,82); }

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

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

 a { background-color: rgb(232,224,82); }

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

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

 span { border-color: rgb(232,224,82); }

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