Shades of Pale Goldenrod #EDE29E
Tints of Pale Goldenrod #EDE29E
RGB
CMYK
RGB Variations
Color information
#EDE29E (or 0xEDE29E) is known color: Pale Goldenrod. HEX triplet: ED, E2 and 9E. RGB value is (237,226,158). Sum of RGB (Red+Green+Blue) = 237+226+158=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE29E is #121D61. Grayscale: #DDDDDD. Windows color (decimal): -1187170 or 10412781. OLE color: 10412781.
HSL color Cylindrical-coordinate representation of color #EDE29E: hue angle of 51.65º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDE29E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 158 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.07 |
| HSL | 51.65º | 0.69% | 0.77% | - |
| HSV(B) | 51.65º | 0.33% | 0.93% | - |
| XYZ | 68.29 | 74.87 | 43.2 | - |
| YUV | 221.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 158 | 0 | 0.05 | 0.33 | 0.07 | 51.65 | 0.69 | 0.77 |
| Hex | ED | E2 | 9E | 0 | 5 | 21 | 7 | 34 | 45 | 4D |
| Octal | 355 | 342 | 236 | 0 | 5 | 41 | 7 | 64 | 105 | 115 |
| Binary | 11101101 | 11100010 | 10011110 | 0 | 101 | 100001 | 111 | 110100 | 1000101 | 1001101 |
Color Harmonies of #EDE29E
Complementary color
Monochromatic Colors of #EDE29E
Black with #EDE29E
Text Example
Text Example
White with #EDE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE29E; }
p { color: rgb(237,226,158); }
H1.HeaderClassName
{
color: #EDE29E;
}
.AnyTagClassName
{
color: #EDE29E;
}
</style>
background-color css
<style>
a { background-color: #EDE29E; }
a { background-color: rgb(237,226,158); }
div.DivClassName
{
background-color: #EDE29E;
}
.BgClassName
{
background-color: #EDE29E;
}
</style>
border-color css
<style>
span { border-color: #EDE29E; }
span { border-color: rgb(237,226,158); }
td.TdClassName
{
border-color: #EDE29E;
}
.TagClassName
{
border-color: #EDE29E;
}
</style>