Shades of Pale Goldenrod #EDEAA2
Tints of Pale Goldenrod #EDEAA2
RGB
CMYK
RGB Variations
Color information
#EDEAA2 (or 0xEDEAA2) is known color: Pale Goldenrod. HEX triplet: ED, EA and A2. RGB value is (237,234,162). Sum of RGB (Red+Green+Blue) = 237+234+162=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 162 (63.67% from 255 or 25.59% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA2 is #12155D. Grayscale: #E2E2E2. Windows color (decimal): -1185118 or 10676973. OLE color: 10676973.
HSL color Cylindrical-coordinate representation of color #EDEAA2: hue angle of 57.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEAA2 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 162 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.07 |
| HSL | 57.6º | 0.68% | 0.78% | - |
| HSV(B) | 57.6º | 0.32% | 0.93% | - |
| XYZ | 70.87 | 79.46 | 45.78 | - |
| YUV | 226.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 162 | 0 | 0.01 | 0.32 | 0.07 | 57.6 | 0.68 | 0.78 |
| Hex | ED | EA | A2 | 0 | 1 | 20 | 7 | 3A | 44 | 4E |
| Octal | 355 | 352 | 242 | 0 | 1 | 40 | 7 | 72 | 104 | 116 |
| Binary | 11101101 | 11101010 | 10100010 | 0 | 1 | 100000 | 111 | 111010 | 1000100 | 1001110 |
Color Harmonies of #EDEAA2
Complementary color
Monochromatic Colors of #EDEAA2
Black with #EDEAA2
Text Example
Text Example
White with #EDEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAA2; }
p { color: rgb(237,234,162); }
H1.HeaderClassName
{
color: #EDEAA2;
}
.AnyTagClassName
{
color: #EDEAA2;
}
</style>
background-color css
<style>
a { background-color: #EDEAA2; }
a { background-color: rgb(237,234,162); }
div.DivClassName
{
background-color: #EDEAA2;
}
.BgClassName
{
background-color: #EDEAA2;
}
</style>
border-color css
<style>
span { border-color: #EDEAA2; }
span { border-color: rgb(237,234,162); }
td.TdClassName
{
border-color: #EDEAA2;
}
.TagClassName
{
border-color: #EDEAA2;
}
</style>