#E8DA52

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

Shades of Manz #E8DA52

Tints of Manz #E8DA52

Color information

#E8DA52 (or 0xE8DA52) is unknown color: approx Manz. HEX triplet: E8, DA and 52. RGB value is (232,218,82). Sum of RGB (Red+Green+Blue) = 232+218+82=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA52 is #1725AD. Grayscale: #CFCFCF. Windows color (decimal): -1516974 or 5429992. OLE color: 5429992.

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

Color convert

RGB23221882-
CMYK00.060.650.09
HSL54.4º76.53%61.57%-
HSV(B)54.4º64.66%90.98%-
XYZ59.8767.9117.93-
YUV206.6857.64146.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 218 (85.55% from 255) = 40.98%
BLUE value IS 82 (32.42% from 255) = 15.41%
R=43.61%
G=40.98%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322188200.060.650.0954.476.5361.57
HexE8DA5206419364d3e
Octal35033212206101116611576
Binary111010001101101010100100110100000110011101101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DA52; }

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

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

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

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

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

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

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

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