#EAE159

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

Shades of Manz #EAE159

Tints of Manz #EAE159

Color information

#EAE159 (or 0xEAE159) is unknown color: approx Manz. HEX triplet: EA, E1 and 59. RGB value is (234,225,89). Sum of RGB (Red+Green+Blue) = 234+225+89=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE159 is #151EA6. Grayscale: #D4D4D4. Windows color (decimal): -1384103 or 5890538. OLE color: 5890538.

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

Color convert

RGB23422589-
CMYK00.040.620.08
HSL56.28º77.54%63.33%-
HSV(B)56.28º61.97%91.76%-
XYZ62.6672.0620.06-
YUV212.1958.48143.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 225 (88.28% from 255) = 41.06%
BLUE value IS 89 (35.16% from 255) = 16.24%
R=42.70%
G=41.06%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342258900.040.620.0856.2877.5463.33
HexEAE159043E8384e3f
Octal3523411310476107011677
Binary11101010111000011011001010011111010001110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE159; }

 p { color: rgb(234,225,89); }

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

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

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

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

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

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

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