#EDE051

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

Shades of Manz #EDE051

Tints of Manz #EDE051

Color information

#EDE051 (or 0xEDE051) is unknown color: approx Manz. HEX triplet: ED, E0 and 51. RGB value is (237,224,81). Sum of RGB (Red+Green+Blue) = 237+224+81=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE051 is #121FAE. Grayscale: #D4D4D4. Windows color (decimal): -1187759 or 5365997. OLE color: 5365997.

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

Color convert

RGB23722481-
CMYK00.050.660.07
HSL55º81.25%62.35%-
HSV(B)55º65.82%92.94%-
XYZ63.0771.9118.34-
YUV211.5854.31146.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 81 (32.03% from 255) = 14.94%
R=43.73%
G=41.33%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372248100.050.660.075581.2562.35
HexEDE0510542737513e
Octal3553401210510276712176
Binary11101101111000001010001010110000101111101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE051; }

 p { color: rgb(237,224,81); }

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

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

 a { background-color: rgb(237,224,81); }

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

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

 span { border-color: rgb(237,224,81); }

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