#EDDE58

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

Shades of Manz #EDDE58

Tints of Manz #EDDE58

Color information

#EDDE58 (or 0xEDDE58) is unknown color: approx Manz. HEX triplet: ED, DE and 58. RGB value is (237,222,88). Sum of RGB (Red+Green+Blue) = 237+222+88=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 88 (34.77% from 255 or 16.09% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE58 is #1221A7. Grayscale: #D3D3D3. Windows color (decimal): -1188264 or 5824237. OLE color: 5824237.

HSL color Cylindrical-coordinate representation of color #EDDE58: hue angle of 53.96º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDDE58 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23722288-
CMYK00.060.630.07
HSL53.96º80.54%63.73%-
HSV(B)53.96º62.87%92.94%-
XYZ62.8170.9519.62-
YUV211.2158.47146.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 88 (34.77% from 255) = 16.09%
R=43.33%
G=40.59%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372228800.060.630.0753.9680.5463.73
HexEDDE58063F7365140
Octal3553361300677766121100
Binary11101101110111101011000011011111111111011010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE58; }

 p { color: rgb(237,222,88); }

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

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

 a { background-color: rgb(237,222,88); }

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

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

 span { border-color: rgb(237,222,88); }

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