#EDDF49

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

Shades of Manz #EDDF49

Tints of Manz #EDDF49

Color information

#EDDF49 (or 0xEDDF49) is unknown color: approx Manz. HEX triplet: ED, DF and 49. RGB value is (237,223,73). Sum of RGB (Red+Green+Blue) = 237+223+73=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF49 is #1220B6. Grayscale: #D2D2D2. Windows color (decimal): -1188023 or 4841453. OLE color: 4841453.

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

Color convert

RGB23722373-
CMYK00.060.690.07
HSL54.88º82%60.78%-
HSV(B)54.88º69.2%92.94%-
XYZ62.5271.2616.76-
YUV210.0950.64147.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 73 (28.91% from 255) = 13.70%
R=44.47%
G=41.84%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372237300.060.690.0754.888260.78
HexEDDF490645737523d
Octal3553371110610576712275
Binary11101101110111111001001011010001011111101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF49; }

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

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

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

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

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

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

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

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