#EADE61

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

Shades of Manz #EADE61

Tints of Manz #EADE61

Color information

#EADE61 (or 0xEADE61) is unknown color: approx Manz. HEX triplet: EA, DE and 61. RGB value is (234,222,97). Sum of RGB (Red+Green+Blue) = 234+222+97=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE61 is #15219E. Grayscale: #D3D3D3. Windows color (decimal): -1384863 or 6414058. OLE color: 6414058.

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

Color convert

RGB23422297-
CMYK00.050.590.08
HSL54.74º76.54%64.9%-
HSV(B)54.74º58.55%91.76%-
XYZ62.2170.621.66-
YUV211.3463.48144.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 222 (87.11% from 255) = 40.14%
BLUE value IS 97 (38.28% from 255) = 17.54%
R=42.31%
G=40.14%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342229700.050.590.0854.7476.5464.9
HexEADE61053B8374d41
Octal35233614105731067115101
Binary111010101101111011000010101111011100011011110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE61; }

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

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

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

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

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

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

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

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