#E7DA52

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

Shades of Manz #E7DA52

Tints of Manz #E7DA52

Color information

#E7DA52 (or 0xE7DA52) is unknown color: approx Manz. HEX triplet: E7, DA and 52. RGB value is (231,218,82). Sum of RGB (Red+Green+Blue) = 231+218+82=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA52 is #1825AD. Grayscale: #CECECE. Windows color (decimal): -1582510 or 5429991. OLE color: 5429991.

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

Color convert

RGB23121882-
CMYK00.060.650.09
HSL54.77º75.63%61.37%-
HSV(B)54.77º64.5%90.59%-
XYZ59.5567.7417.92-
YUV206.3857.81145.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 82 (32.42% from 255) = 15.44%
R=43.50%
G=41.05%
B=15.44%

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
Decimal2312188200.060.650.0954.7775.6361.37
HexE7DA5206419374c3d
Octal34733212206101116711475
Binary111001111101101010100100110100000110011101111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA52; }

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

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

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

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

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

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

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

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