#EDE254

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

Shades of Manz #EDE254

Tints of Manz #EDE254

Color information

#EDE254 (or 0xEDE254) is unknown color: approx Manz. HEX triplet: ED, E2 and 54. RGB value is (237,226,84). Sum of RGB (Red+Green+Blue) = 237+226+84=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE254 is #121DAB. Grayscale: #D5D5D5. Windows color (decimal): -1187244 or 5563117. OLE color: 5563117.

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

Color convert

RGB23722684-
CMYK00.050.650.07
HSL55.69º80.95%62.94%-
HSV(B)55.69º64.56%92.94%-
XYZ63.7273.0419.13-
YUV213.155.14145.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 84 (33.20% from 255) = 15.36%
R=43.33%
G=41.32%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372268400.050.650.0755.6980.9562.94
HexEDE2540541738513f
Octal3553421240510177012177
Binary11101101111000101010100010110000011111110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE254; }

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

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

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

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

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

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

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

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