Shades of Pale Goldenrod #EDE2AC
Tints of Pale Goldenrod #EDE2AC
RGB
CMYK
RGB Variations
Color information
#EDE2AC (or 0xEDE2AC) is known color: Pale Goldenrod. HEX triplet: ED, E2 and AC. RGB value is (237,226,172). Sum of RGB (Red+Green+Blue) = 237+226+172=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2AC is #121D53. Grayscale: #DFDFDF. Windows color (decimal): -1187156 or 11330285. OLE color: 11330285.
HSL color Cylindrical-coordinate representation of color #EDE2AC: hue angle of 49.85º 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 #EDE2AC is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 172 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.07 |
| HSL | 49.85º | 0.64% | 0.8% | - |
| HSV(B) | 49.85º | 0.27% | 0.93% | - |
| XYZ | 69.57 | 75.38 | 49.91 | - |
| YUV | 223.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 172 | 0 | 0.05 | 0.27 | 0.07 | 49.85 | 0.64 | 0.8 |
| Hex | ED | E2 | AC | 0 | 5 | 1B | 7 | 32 | 40 | 50 |
| Octal | 355 | 342 | 254 | 0 | 5 | 33 | 7 | 62 | 100 | 120 |
| Binary | 11101101 | 11100010 | 10101100 | 0 | 101 | 11011 | 111 | 110010 | 1000000 | 1010000 |
Color Harmonies of #EDE2AC
Complementary color
Monochromatic Colors of #EDE2AC
Black with #EDE2AC
Text Example
Text Example
White with #EDE2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2AC; }
p { color: rgb(237,226,172); }
H1.HeaderClassName
{
color: #EDE2AC;
}
.AnyTagClassName
{
color: #EDE2AC;
}
</style>
background-color css
<style>
a { background-color: #EDE2AC; }
a { background-color: rgb(237,226,172); }
div.DivClassName
{
background-color: #EDE2AC;
}
.BgClassName
{
background-color: #EDE2AC;
}
</style>
border-color css
<style>
span { border-color: #EDE2AC; }
span { border-color: rgb(237,226,172); }
td.TdClassName
{
border-color: #EDE2AC;
}
.TagClassName
{
border-color: #EDE2AC;
}
</style>