Shades of Pale Goldenrod #EDE69E
Tints of Pale Goldenrod #EDE69E
RGB
CMYK
RGB Variations
Color information
#EDE69E (or 0xEDE69E) is known color: Pale Goldenrod. HEX triplet: ED, E6 and 9E. RGB value is (237,230,158). Sum of RGB (Red+Green+Blue) = 237+230+158=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE69E is #121961. Grayscale: #E0E0E0. Windows color (decimal): -1186146 or 10413805. OLE color: 10413805.
HSL color Cylindrical-coordinate representation of color #EDE69E: hue angle of 54.68º 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 #EDE69E is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 158 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.07 |
| HSL | 54.68º | 0.69% | 0.77% | - |
| HSV(B) | 54.68º | 0.33% | 0.93% | - |
| XYZ | 69.39 | 77.07 | 43.57 | - |
| YUV | 223.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 158 | 0 | 0.03 | 0.33 | 0.07 | 54.68 | 0.69 | 0.77 |
| Hex | ED | E6 | 9E | 0 | 3 | 21 | 7 | 37 | 45 | 4D |
| Octal | 355 | 346 | 236 | 0 | 3 | 41 | 7 | 67 | 105 | 115 |
| Binary | 11101101 | 11100110 | 10011110 | 0 | 11 | 100001 | 111 | 110111 | 1000101 | 1001101 |
Color Harmonies of #EDE69E
Complementary color
Monochromatic Colors of #EDE69E
Black with #EDE69E
Text Example
Text Example
White with #EDE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE69E; }
p { color: rgb(237,230,158); }
H1.HeaderClassName
{
color: #EDE69E;
}
.AnyTagClassName
{
color: #EDE69E;
}
</style>
background-color css
<style>
a { background-color: #EDE69E; }
a { background-color: rgb(237,230,158); }
div.DivClassName
{
background-color: #EDE69E;
}
.BgClassName
{
background-color: #EDE69E;
}
</style>
border-color css
<style>
span { border-color: #EDE69E; }
span { border-color: rgb(237,230,158); }
td.TdClassName
{
border-color: #EDE69E;
}
.TagClassName
{
border-color: #EDE69E;
}
</style>