#EDE45E

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

Shades of Manz #EDE45E

Tints of Manz #EDE45E

Color information

#EDE45E (or 0xEDE45E) is unknown color: approx Manz. HEX triplet: ED, E4 and 5E. RGB value is (237,228,94). Sum of RGB (Red+Green+Blue) = 237+228+94=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE45E is #121BA1. Grayscale: #D7D7D7. Windows color (decimal): -1186722 or 6218989. OLE color: 6218989.

HSL color Cylindrical-coordinate representation of color #EDE45E: hue angle of 56.22º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDE45E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23722894-
CMYK00.040.600.07
HSL56.22º79.89%64.9%-
HSV(B)56.22º60.34%92.94%-
XYZ64.6974.321.52-
YUV215.4259.48143.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 94 (37.11% from 255) = 16.82%
R=42.40%
G=40.79%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372289400.040.600.0756.2279.8964.9
HexEDE45E043C7385041
Octal3553441360474770120101
Binary11101101111001001011110010011110011111100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE45E; }

 p { color: rgb(237,228,94); }

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

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

 a { background-color: rgb(237,228,94); }

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

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

 span { border-color: rgb(237,228,94); }

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