#EDDF57

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

Shades of Manz #EDDF57

Tints of Manz #EDDF57

Color information

#EDDF57 (or 0xEDDF57) is unknown color: approx Manz. HEX triplet: ED, DF and 57. RGB value is (237,223,87). Sum of RGB (Red+Green+Blue) = 237+223+87=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 87 (34.38% from 255 or 15.90% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF57 is #1220A8. Grayscale: #D4D4D4. Windows color (decimal): -1188009 or 5758957. OLE color: 5758957.

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

Color convert

RGB23722387-
CMYK00.060.630.07
HSL54.4º80.65%63.53%-
HSV(B)54.4º63.29%92.94%-
XYZ63.0371.4719.49-
YUV211.6857.64146.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 87 (34.38% from 255) = 15.90%
R=43.33%
G=40.77%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372238700.060.630.0754.480.6563.53
HexEDDF57063F7365140
Octal3553371270677766121100
Binary11101101110111111010111011011111111111011010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF57; }

 p { color: rgb(237,223,87); }

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

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

 a { background-color: rgb(237,223,87); }

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

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

 span { border-color: rgb(237,223,87); }

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