#EADF58

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

Shades of Manz #EADF58

Tints of Manz #EADF58

Color information

#EADF58 (or 0xEADF58) is unknown color: approx Manz. HEX triplet: EA, DF and 58. RGB value is (234,223,88). Sum of RGB (Red+Green+Blue) = 234+223+88=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF58 is #1520A7. Grayscale: #D3D3D3. Windows color (decimal): -1384616 or 5824490. OLE color: 5824490.

HSL color Cylindrical-coordinate representation of color #EADF58: hue angle of 55.48º 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 #EADF58 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23422388-
CMYK00.050.620.08
HSL55.48º77.66%63.14%-
HSV(B)55.48º62.39%91.76%-
XYZ62.0870.9719.66-
YUV210.958.64144.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 223 (87.5% from 255) = 40.92%
BLUE value IS 88 (34.77% from 255) = 16.15%
R=42.94%
G=40.92%
B=16.15%

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
Decimal2342238800.050.620.0855.4877.6663.14
HexEADF58053E8374e3f
Octal3523371300576106711677
Binary11101010110111111011000010111111010001101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF58; }

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

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

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

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

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

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

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

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