#eae45f

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

Shades of Manz #EAE45F

Tints of Manz #EAE45F

Color information

#EAE45F (or 0xEAE45F) is unknown color: approx Manz. HEX triplet: EA, E4 and 5F. RGB value is (234,228,95). Sum of RGB (Red+Green+Blue) = 234+228+95=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE45F is #151BA0. Grayscale: #D7D7D7. Windows color (decimal): -1383329 or 6284522. OLE color: 6284522.

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

Color convert

RGB23422895-
CMYK00.030.590.08
HSL57.41º76.8%64.51%-
HSV(B)57.41º59.4%91.76%-
XYZ63.7473.8121.71-
YUV214.6360.49141.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 95 (37.5% from 255) = 17.06%
R=42.01%
G=40.93%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342289500.030.590.0857.4176.864.51
HexEAE45F033B8394d41
Octal35234413703731071115101
Binary11101010111001001011111011111011100011100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eae45f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eae45f; }

 p { color: rgb(234,228,95); }

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

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

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

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

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

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

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