#EDE150

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

Shades of Manz #EDE150

Tints of Manz #EDE150

Color information

#EDE150 (or 0xEDE150) is unknown color: approx Manz. HEX triplet: ED, E1 and 50. RGB value is (237,225,80). Sum of RGB (Red+Green+Blue) = 237+225+80=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE150 is #121EAF. Grayscale: #D4D4D4. Windows color (decimal): -1187504 or 5300717. OLE color: 5300717.

HSL color Cylindrical-coordinate representation of color #EDE150: hue angle of 55.41º 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 #EDE150 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23722580-
CMYK00.050.660.07
HSL55.41º81.35%62.16%-
HSV(B)55.41º66.24%92.94%-
XYZ63.372.4318.23-
YUV212.0653.48145.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 225 (88.28% from 255) = 41.51%
BLUE value IS 80 (31.64% from 255) = 14.76%
R=43.73%
G=41.51%
B=14.76%

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
Decimal2372258000.050.660.0755.4181.3562.16
HexEDE1500542737513e
Octal3553411200510276712176
Binary11101101111000011010000010110000101111101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE150; }

 p { color: rgb(237,225,80); }

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

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

 a { background-color: rgb(237,225,80); }

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

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

 span { border-color: rgb(237,225,80); }

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