#EAEA57

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

Shades of Manz #EAEA57

Tints of Manz #EAEA57

Color information

#EAEA57 (or 0xEAEA57) is unknown color: approx Manz. HEX triplet: EA, EA and 57. RGB value is (234,234,87). Sum of RGB (Red+Green+Blue) = 234+234+87=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA57 is #1515A8. Grayscale: #D9D9D9. Windows color (decimal): -1381801 or 5761770. OLE color: 5761770.

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

Color convert

RGB23423487-
CMYK000.630.08
HSL60º77.78%62.94%-
HSV(B)60º62.82%91.76%-
XYZ65.0777.0320.45-
YUV217.2454.5139.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 87 (34.38% from 255) = 15.68%
R=42.16%
G=42.16%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423487000.630.086077.7862.94
HexEAEA57003F83c4e3f
Octal3523521270077107411677
Binary111010101110101010101110011111110001111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA57; }

 p { color: rgb(234,234,87); }

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

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

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

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

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

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

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