Shades of Pale Goldenrod #EDE2A6
Tints of Pale Goldenrod #EDE2A6
RGB
CMYK
RGB Variations
Color information
#EDE2A6 (or 0xEDE2A6) is known color: Pale Goldenrod. HEX triplet: ED, E2 and A6. RGB value is (237,226,166). Sum of RGB (Red+Green+Blue) = 237+226+166=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2A6 is #121D59. Grayscale: #DEDEDE. Windows color (decimal): -1187162 or 10937069. OLE color: 10937069.
HSL color Cylindrical-coordinate representation of color #EDE2A6: hue angle of 50.7º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDE2A6 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 166 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.07 |
| HSL | 50.7º | 0.66% | 0.79% | - |
| HSV(B) | 50.7º | 0.3% | 0.93% | - |
| XYZ | 69 | 75.15 | 46.94 | - |
| YUV | 222.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 166 | 0 | 0.05 | 0.30 | 0.07 | 50.7 | 0.66 | 0.79 |
| Hex | ED | E2 | A6 | 0 | 5 | 1E | 7 | 33 | 42 | 4F |
| Octal | 355 | 342 | 246 | 0 | 5 | 36 | 7 | 63 | 102 | 117 |
| Binary | 11101101 | 11100010 | 10100110 | 0 | 101 | 11110 | 111 | 110011 | 1000010 | 1001111 |
Color Harmonies of #EDE2A6
Complementary color
Monochromatic Colors of #EDE2A6
Black with #EDE2A6
Text Example
Text Example
White with #EDE2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2A6; }
p { color: rgb(237,226,166); }
H1.HeaderClassName
{
color: #EDE2A6;
}
.AnyTagClassName
{
color: #EDE2A6;
}
</style>
background-color css
<style>
a { background-color: #EDE2A6; }
a { background-color: rgb(237,226,166); }
div.DivClassName
{
background-color: #EDE2A6;
}
.BgClassName
{
background-color: #EDE2A6;
}
</style>
border-color css
<style>
span { border-color: #EDE2A6; }
span { border-color: rgb(237,226,166); }
td.TdClassName
{
border-color: #EDE2A6;
}
.TagClassName
{
border-color: #EDE2A6;
}
</style>