#EADE56

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

Shades of Manz #EADE56

Tints of Manz #EADE56

Color information

#EADE56 (or 0xEADE56) is unknown color: approx Manz. HEX triplet: EA, DE and 56. RGB value is (234,222,86). Sum of RGB (Red+Green+Blue) = 234+222+86=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE56 is #1521A9. Grayscale: #D2D2D2. Windows color (decimal): -1384874 or 5693162. OLE color: 5693162.

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

Color convert

RGB23422286-
CMYK00.050.630.08
HSL55.14º77.89%62.75%-
HSV(B)55.14º63.25%91.76%-
XYZ61.7370.4119.14-
YUV210.0857.98145.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.17%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 86 (33.98% from 255) = 15.87%
R=43.17%
G=40.96%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342228600.050.630.0855.1477.8962.75
HexEADE56053F8374e3f
Octal3523361260577106711677
Binary11101010110111101010110010111111110001101111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE56; }

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

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

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

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

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

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

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

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