#EDDE53

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

Shades of Manz #EDDE53

Tints of Manz #EDDE53

Color information

#EDDE53 (or 0xEDDE53) is unknown color: approx Manz. HEX triplet: ED, DE and 53. RGB value is (237,222,83). Sum of RGB (Red+Green+Blue) = 237+222+83=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDE53 is #1221AC. Grayscale: #D3D3D3. Windows color (decimal): -1188269 or 5496557. OLE color: 5496557.

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

Color convert

RGB23722283-
CMYK00.060.650.07
HSL54.16º81.05%62.75%-
HSV(B)54.16º64.98%92.94%-
XYZ62.6170.8718.56-
YUV210.6455.97146.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 83 (32.81% from 255) = 15.31%
R=43.73%
G=40.96%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372228300.060.650.0754.1681.0562.75
HexEDDE530641736513f
Octal3553361230610176612177
Binary11101101110111101010011011010000011111101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE53; }

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

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

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

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

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

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

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

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