#EDE359

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

Shades of Manz #EDE359

Tints of Manz #EDE359

Color information

#EDE359 (or 0xEDE359) is unknown color: approx Manz. HEX triplet: ED, E3 and 59. RGB value is (237,227,89). Sum of RGB (Red+Green+Blue) = 237+227+89=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 89 (35.16% from 255 or 16.09% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE359 is #121CA6. Grayscale: #D6D6D6. Windows color (decimal): -1186983 or 5891053. OLE color: 5891053.

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

Color convert

RGB23722789-
CMYK00.040.620.07
HSL55.95º80.43%63.92%-
HSV(B)55.95º62.45%92.94%-
XYZ64.273.6620.29-
YUV214.2657.31144.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 227 (89.06% from 255) = 41.05%
BLUE value IS 89 (35.16% from 255) = 16.09%
R=42.86%
G=41.05%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372278900.040.620.0755.9580.4363.92
HexEDE359043E7385040
Octal3553431310476770120100
Binary11101101111000111011001010011111011111100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE359; }

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

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

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

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

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

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

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

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