Shades of Medium Goldenrod #EDEDAC
Tints of Medium Goldenrod #EDEDAC
RGB
CMYK
RGB Variations
Color information
#EDEDAC (or 0xEDEDAC) is known color: Medium Goldenrod. HEX triplet: ED, ED and AC. RGB value is (237,237,172). Sum of RGB (Red+Green+Blue) = 237+237+172=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDAC is #121253. Grayscale: #E5E5E5. Windows color (decimal): -1184340 or 11333101. OLE color: 11333101.
HSL color Cylindrical-coordinate representation of color #EDEDAC: hue angle of 60º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDEDAC is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 172 | - |
CMYK | 0 | 0 | 0.27 | 0.07 |
HSL | 60º | 0.64% | 0.8% | - |
HSV(B) | 60º | 0.27% | 0.93% | - |
XYZ | 72.66 | 81.55 | 50.94 | - |
YUV | 229.59 | 95.5 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 172 | 0 | 0 | 0.27 | 0.07 | 60 | 0.64 | 0.8 |
Hex | ED | ED | AC | 0 | 0 | 1B | 7 | 3C | 40 | 50 |
Octal | 355 | 355 | 254 | 0 | 0 | 33 | 7 | 74 | 100 | 120 |
Binary | 11101101 | 11101101 | 10101100 | 0 | 0 | 11011 | 111 | 111100 | 1000000 | 1010000 |
Color Harmonies of #EDEDAC
Complementary color
Monochromatic Colors of #EDEDAC
Black with #EDEDAC
Text Example
Text Example
White with #EDEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEDAC; }
p { color: rgb(237,237,172); }
H1.HeaderClassName
{
color: #EDEDAC;
}
.AnyTagClassName
{
color: #EDEDAC;
}
</style>
background-color css
<style>
a { background-color: #EDEDAC; }
a { background-color: rgb(237,237,172); }
div.DivClassName
{
background-color: #EDEDAC;
}
.BgClassName
{
background-color: #EDEDAC;
}
</style>
border-color css
<style>
span { border-color: #EDEDAC; }
span { border-color: rgb(237,237,172); }
td.TdClassName
{
border-color: #EDEDAC;
}
.TagClassName
{
border-color: #EDEDAC;
}
</style>