#EAE258

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

Shades of Manz #EAE258

Tints of Manz #EAE258

Color information

#EAE258 (or 0xEAE258) is unknown color: approx Manz. HEX triplet: EA, E2 and 58. RGB value is (234,226,88). Sum of RGB (Red+Green+Blue) = 234+226+88=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 88 (34.77% from 255 or 16.06% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE258 is #151DA7. Grayscale: #D5D5D5. Windows color (decimal): -1383848 or 5825258. OLE color: 5825258.

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

Color convert

RGB23422688-
CMYK00.030.620.08
HSL56.71º77.66%63.14%-
HSV(B)56.71º62.39%91.76%-
XYZ62.8972.5919.93-
YUV212.6657.65143.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 88 (34.77% from 255) = 16.06%
R=42.70%
G=41.24%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342268800.030.620.0856.7177.6663.14
HexEAE258033E8394e3f
Octal3523421300376107111677
Binary1110101011100010101100001111111010001110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE258; }

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

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

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

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

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

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

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

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