#EADF59

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

Shades of Manz #EADF59

Tints of Manz #EADF59

Color information

#EADF59 (or 0xEADF59) is unknown color: approx Manz. HEX triplet: EA, DF and 59. RGB value is (234,223,89). Sum of RGB (Red+Green+Blue) = 234+223+89=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF59 is #1520A6. Grayscale: #D3D3D3. Windows color (decimal): -1384615 or 5890026. OLE color: 5890026.

HSL color Cylindrical-coordinate representation of color #EADF59: hue angle of 55.45º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EADF59 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23422389-
CMYK00.050.620.08
HSL55.45º77.54%63.33%-
HSV(B)55.45º61.97%91.76%-
XYZ62.1270.9919.88-
YUV211.0159.14144.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 89 (35.16% from 255) = 16.30%
R=42.86%
G=40.84%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342238900.050.620.0855.4577.5463.33
HexEADF59053E8374e3f
Octal3523371310576106711677
Binary11101010110111111011001010111111010001101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF59; }

 p { color: rgb(234,223,89); }

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

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

 a { background-color: rgb(234,223,89); }

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

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

 span { border-color: rgb(234,223,89); }

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