#EDE255

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

Shades of Manz #EDE255

Tints of Manz #EDE255

Color information

#EDE255 (or 0xEDE255) is unknown color: approx Manz. HEX triplet: ED, E2 and 55. RGB value is (237,226,85). Sum of RGB (Red+Green+Blue) = 237+226+85=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE255 is #121DAA. Grayscale: #D5D5D5. Windows color (decimal): -1187243 or 5628653. OLE color: 5628653.

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

Color convert

RGB23722685-
CMYK00.050.640.07
HSL55.66º80.85%63.14%-
HSV(B)55.66º64.14%92.94%-
XYZ63.7673.0519.33-
YUV213.2255.64144.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.25%
GREEN value IS 226 (88.67% from 255) = 41.24%
BLUE value IS 85 (33.59% from 255) = 15.51%
R=43.25%
G=41.24%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372268500.050.640.0755.6680.8563.14
HexEDE2550540738513f
Octal3553421250510077012177
Binary11101101111000101010101010110000001111110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE255; }

 p { color: rgb(237,226,85); }

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

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

 a { background-color: rgb(237,226,85); }

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

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

 span { border-color: rgb(237,226,85); }

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