#EADE49

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

Shades of Manz #EADE49

Tints of Manz #EADE49

Color information

#EADE49 (or 0xEADE49) is unknown color: approx Manz. HEX triplet: EA, DE and 49. RGB value is (234,222,73). Sum of RGB (Red+Green+Blue) = 234+222+73=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE49 is #1521B6. Grayscale: #D1D1D1. Windows color (decimal): -1384887 or 4841194. OLE color: 4841194.

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

Color convert

RGB23422273-
CMYK00.050.690.08
HSL55.53º79.31%60.2%-
HSV(B)55.53º68.8%91.76%-
XYZ61.2670.2216.63-
YUV208.651.48146.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.23%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 73 (28.91% from 255) = 13.80%
R=44.23%
G=41.97%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342227300.050.690.0855.5379.3160.2
HexEADE4905458384f3c
Octal35233611105105107011774
Binary111010101101111010010010101100010110001110001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE49; }

 p { color: rgb(234,222,73); }

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

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

 a { background-color: rgb(234,222,73); }

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

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

 span { border-color: rgb(234,222,73); }

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