Shades of Pale Goldenrod #EDEAA6
Tints of Pale Goldenrod #EDEAA6
RGB
CMYK
RGB Variations
Color information
#EDEAA6 (or 0xEDEAA6) is known color: Pale Goldenrod. HEX triplet: ED, EA and A6. RGB value is (237,234,166). Sum of RGB (Red+Green+Blue) = 237+234+166=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA6 is #121559. Grayscale: #E3E3E3. Windows color (decimal): -1185114 or 10939117. OLE color: 10939117.
HSL color Cylindrical-coordinate representation of color #EDEAA6: hue angle of 57.46º 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 #EDEAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 166 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.07 |
| HSL | 57.46º | 0.66% | 0.79% | - |
| HSV(B) | 57.46º | 0.3% | 0.93% | - |
| XYZ | 71.23 | 79.6 | 47.69 | - |
| YUV | 227.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 166 | 0 | 0.01 | 0.30 | 0.07 | 57.46 | 0.66 | 0.79 |
| Hex | ED | EA | A6 | 0 | 1 | 1E | 7 | 39 | 42 | 4F |
| Octal | 355 | 352 | 246 | 0 | 1 | 36 | 7 | 71 | 102 | 117 |
| Binary | 11101101 | 11101010 | 10100110 | 0 | 1 | 11110 | 111 | 111001 | 1000010 | 1001111 |
Color Harmonies of #EDEAA6
Complementary color
Monochromatic Colors of #EDEAA6
Black with #EDEAA6
Text Example
Text Example
White with #EDEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAA6; }
p { color: rgb(237,234,166); }
H1.HeaderClassName
{
color: #EDEAA6;
}
.AnyTagClassName
{
color: #EDEAA6;
}
</style>
background-color css
<style>
a { background-color: #EDEAA6; }
a { background-color: rgb(237,234,166); }
div.DivClassName
{
background-color: #EDEAA6;
}
.BgClassName
{
background-color: #EDEAA6;
}
</style>
border-color css
<style>
span { border-color: #EDEAA6; }
span { border-color: rgb(237,234,166); }
td.TdClassName
{
border-color: #EDEAA6;
}
.TagClassName
{
border-color: #EDEAA6;
}
</style>