#EDDF5D

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

Shades of Manz #EDDF5D

Tints of Manz #EDDF5D

Color information

#EDDF5D (or 0xEDDF5D) is unknown color: approx Manz. HEX triplet: ED, DF and 5D. RGB value is (237,223,93). Sum of RGB (Red+Green+Blue) = 237+223+93=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF5D is #1220A2. Grayscale: #D4D4D4. Windows color (decimal): -1188003 or 6152173. OLE color: 6152173.

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

Color convert

RGB23722393-
CMYK00.060.610.07
HSL54.17º80%64.71%-
HSV(B)54.17º60.76%92.94%-
XYZ63.2971.5720.83-
YUV212.3760.64145.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=42.86%
G=40.33%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372239300.060.610.0754.178064.71
HexEDDF5D063D7365041
Octal3553371350675766120101
Binary11101101110111111011101011011110111111011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF5D; }

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

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

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

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

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

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

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

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