#EDDD53

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

Shades of Manz #EDDD53

Tints of Manz #EDDD53

Color information

#EDDD53 (or 0xEDDD53) is unknown color: approx Manz. HEX triplet: ED, DD and 53. RGB value is (237,221,83). Sum of RGB (Red+Green+Blue) = 237+221+83=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 83 (32.81% from 255 or 15.34% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD53 is #1222AC. Grayscale: #D2D2D2. Windows color (decimal): -1188525 or 5496301. OLE color: 5496301.

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

Color convert

RGB23722183-
CMYK00.070.650.07
HSL53.77º81.05%62.75%-
HSV(B)53.77º64.98%92.94%-
XYZ62.3470.3418.48-
YUV210.0556.3147.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 221 (86.72% from 255) = 40.85%
BLUE value IS 83 (32.81% from 255) = 15.34%
R=43.81%
G=40.85%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372218300.070.650.0753.7781.0562.75
HexEDDD530741736513f
Octal3553351230710176612177
Binary11101101110111011010011011110000011111101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD53; }

 p { color: rgb(237,221,83); }

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

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

 a { background-color: rgb(237,221,83); }

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

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

 span { border-color: rgb(237,221,83); }

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