#E6DF52

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

Shades of Manz #E6DF52

Tints of Manz #E6DF52

Color information

#E6DF52 (or 0xE6DF52) is unknown color: approx Manz. HEX triplet: E6, DF and 52. RGB value is (230,223,82). Sum of RGB (Red+Green+Blue) = 230+223+82=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF52 is #1920AD. Grayscale: #D1D1D1. Windows color (decimal): -1646766 or 5431270. OLE color: 5431270.

HSL color Cylindrical-coordinate representation of color #E6DF52: hue angle of 57.16º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6DF52 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB23022382-
CMYK00.030.640.10
HSL57.16º74.75%61.18%-
HSV(B)57.16º64.35%90.2%-
XYZ60.5470.2118.34-
YUV209.0256.32142.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 82 (32.42% from 255) = 15.33%
R=42.99%
G=41.68%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302238200.030.640.1057.1674.7561.18
HexE6DF520340A394b3d
Octal34633712203100127111375
Binary11100110110111111010010011100000010101110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DF52; }

 p { color: rgb(230,223,82); }

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

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

 a { background-color: rgb(230,223,82); }

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

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

 span { border-color: rgb(230,223,82); }

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