Shades of Pale Goldenrod #EDEAA3
Tints of Pale Goldenrod #EDEAA3
RGB
CMYK
RGB Variations
Color information
#EDEAA3 (or 0xEDEAA3) is known color: Pale Goldenrod. HEX triplet: ED, EA and A3. RGB value is (237,234,163). Sum of RGB (Red+Green+Blue) = 237+234+163=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEAA3 is #12155C. Grayscale: #E3E3E3. Windows color (decimal): -1185117 or 10742509. OLE color: 10742509.
HSL color Cylindrical-coordinate representation of color #EDEAA3: hue angle of 57.57º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDEAA3 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 163 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.07 |
| HSL | 57.57º | 0.67% | 0.78% | - |
| HSV(B) | 57.57º | 0.31% | 0.93% | - |
| XYZ | 70.96 | 79.49 | 46.25 | - |
| YUV | 226.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 163 | 0 | 0.01 | 0.31 | 0.07 | 57.57 | 0.67 | 0.78 |
| Hex | ED | EA | A3 | 0 | 1 | 1F | 7 | 3A | 43 | 4E |
| Octal | 355 | 352 | 243 | 0 | 1 | 37 | 7 | 72 | 103 | 116 |
| Binary | 11101101 | 11101010 | 10100011 | 0 | 1 | 11111 | 111 | 111010 | 1000011 | 1001110 |
Color Harmonies of #EDEAA3
Complementary color
Monochromatic Colors of #EDEAA3
Black with #EDEAA3
Text Example
Text Example
White with #EDEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAA3; }
p { color: rgb(237,234,163); }
H1.HeaderClassName
{
color: #EDEAA3;
}
.AnyTagClassName
{
color: #EDEAA3;
}
</style>
background-color css
<style>
a { background-color: #EDEAA3; }
a { background-color: rgb(237,234,163); }
div.DivClassName
{
background-color: #EDEAA3;
}
.BgClassName
{
background-color: #EDEAA3;
}
</style>
border-color css
<style>
span { border-color: #EDEAA3; }
span { border-color: rgb(237,234,163); }
td.TdClassName
{
border-color: #EDEAA3;
}
.TagClassName
{
border-color: #EDEAA3;
}
</style>