#EDE350

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

Shades of Manz #EDE350

Tints of Manz #EDE350

Color information

#EDE350 (or 0xEDE350) is unknown color: approx Manz. HEX triplet: ED, E3 and 50. RGB value is (237,227,80). Sum of RGB (Red+Green+Blue) = 237+227+80=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE350 is #121CAF. Grayscale: #D5D5D5. Windows color (decimal): -1186992 or 5301229. OLE color: 5301229.

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

Color convert

RGB23722780-
CMYK00.040.660.07
HSL56.18º81.35%62.16%-
HSV(B)56.18º66.24%92.94%-
XYZ63.8473.5218.42-
YUV213.2352.81144.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 227 (89.06% from 255) = 41.73%
BLUE value IS 80 (31.64% from 255) = 14.71%
R=43.57%
G=41.73%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372278000.040.660.0756.1881.3562.16
HexEDE3500442738513e
Octal3553431200410277012176
Binary11101101111000111010000010010000101111110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE350; }

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

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

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

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

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

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

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

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