#EAE558

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

Shades of Manz #EAE558

Tints of Manz #EAE558

Color information

#EAE558 (or 0xEAE558) is unknown color: approx Manz. HEX triplet: EA, E5 and 58. RGB value is (234,229,88). Sum of RGB (Red+Green+Blue) = 234+229+88=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 88 (34.77% from 255 or 15.97% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE558 is #151AA7. Grayscale: #D6D6D6. Windows color (decimal): -1383080 or 5826026. OLE color: 5826026.

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

Color convert

RGB23422988-
CMYK00.020.620.08
HSL57.95º77.66%63.14%-
HSV(B)57.95º62.39%91.76%-
XYZ63.7174.2420.2-
YUV214.4256.66141.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 229 (89.84% from 255) = 41.56%
BLUE value IS 88 (34.77% from 255) = 15.97%
R=42.47%
G=41.56%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342298800.020.620.0857.9577.6663.14
HexEAE558023E83a4e3f
Octal3523451300276107211677
Binary1110101011100101101100001011111010001110101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE558; }

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

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

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

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

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

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

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

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