Shades of Pale Goldenrod #EDE3AF
Tints of Pale Goldenrod #EDE3AF
RGB
CMYK
RGB Variations
Color information
#EDE3AF (or 0xEDE3AF) is known color: Pale Goldenrod. HEX triplet: ED, E3 and AF. RGB value is (237,227,175). Sum of RGB (Red+Green+Blue) = 237+227+175=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE3AF is #121C50. Grayscale: #E0E0E0. Windows color (decimal): -1186897 or 11527149. OLE color: 11527149.
HSL color Cylindrical-coordinate representation of color #EDE3AF: hue angle of 50.32º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDE3AF is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 175 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.07 |
| HSL | 50.32º | 0.63% | 0.81% | - |
| HSV(B) | 50.32º | 0.26% | 0.93% | - |
| XYZ | 70.13 | 76.04 | 51.54 | - |
| YUV | 224.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 175 | 0 | 0.04 | 0.26 | 0.07 | 50.32 | 0.63 | 0.81 |
| Hex | ED | E3 | AF | 0 | 4 | 1A | 7 | 32 | 3F | 51 |
| Octal | 355 | 343 | 257 | 0 | 4 | 32 | 7 | 62 | 77 | 121 |
| Binary | 11101101 | 11100011 | 10101111 | 0 | 100 | 11010 | 111 | 110010 | 111111 | 1010001 |
Color Harmonies of #EDE3AF
Complementary color
Monochromatic Colors of #EDE3AF
Black with #EDE3AF
Text Example
Text Example
White with #EDE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3AF; }
p { color: rgb(237,227,175); }
H1.HeaderClassName
{
color: #EDE3AF;
}
.AnyTagClassName
{
color: #EDE3AF;
}
</style>
background-color css
<style>
a { background-color: #EDE3AF; }
a { background-color: rgb(237,227,175); }
div.DivClassName
{
background-color: #EDE3AF;
}
.BgClassName
{
background-color: #EDE3AF;
}
</style>
border-color css
<style>
span { border-color: #EDE3AF; }
span { border-color: rgb(237,227,175); }
td.TdClassName
{
border-color: #EDE3AF;
}
.TagClassName
{
border-color: #EDE3AF;
}
</style>