#EAE25D

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

Shades of Manz #EAE25D

Tints of Manz #EAE25D

Color information

#EAE25D (or 0xEAE25D) is unknown color: approx Manz. HEX triplet: EA, E2 and 5D. RGB value is (234,226,93). Sum of RGB (Red+Green+Blue) = 234+226+93=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE25D is #151DA2. Grayscale: #D5D5D5. Windows color (decimal): -1383843 or 6152938. OLE color: 6152938.

HSL color Cylindrical-coordinate representation of color #EAE25D: hue angle of 56.6º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAE25D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23422693-
CMYK00.030.600.08
HSL56.6º77.05%64.12%-
HSV(B)56.6º60.26%91.76%-
XYZ63.172.6821.06-
YUV213.2360.15142.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 226 (88.67% from 255) = 40.87%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=42.31%
G=40.87%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342269300.030.600.0856.677.0564.12
HexEAE25D033C8394d40
Octal35234213503741071115100
Binary11101010111000101011101011111100100011100110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE25D; }

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

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

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

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

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

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

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

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