Shades of Pale Goldenrod #EFE7AD
Tints of Pale Goldenrod #EFE7AD
RGB
CMYK
RGB Variations
Color information
#EFE7AD (or 0xEFE7AD) is known color: Pale Goldenrod. HEX triplet: EF, E7 and AD. RGB value is (239,231,173). Sum of RGB (Red+Green+Blue) = 239+231+173=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE7AD is #101852. Grayscale: #E3E3E3. Windows color (decimal): -1054803 or 11397103. OLE color: 11397103.
HSL color Cylindrical-coordinate representation of color #EFE7AD: hue angle of 52.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE7AD is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 173 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.06 |
| HSL | 52.73º | 0.67% | 0.81% | - |
| HSV(B) | 52.73º | 0.28% | 0.94% | - |
| XYZ | 71.72 | 78.52 | 50.91 | - |
| YUV | 226.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 173 | 0 | 0.03 | 0.28 | 0.06 | 52.73 | 0.67 | 0.81 |
| Hex | EF | E7 | AD | 0 | 3 | 1C | 6 | 35 | 43 | 51 |
| Octal | 357 | 347 | 255 | 0 | 3 | 34 | 6 | 65 | 103 | 121 |
| Binary | 11101111 | 11100111 | 10101101 | 0 | 11 | 11100 | 110 | 110101 | 1000011 | 1010001 |
Color Harmonies of #EFE7AD
Complementary color
Monochromatic Colors of #EFE7AD
Black with #EFE7AD
Text Example
Text Example
White with #EFE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7AD; }
p { color: rgb(239,231,173); }
H1.HeaderClassName
{
color: #EFE7AD;
}
.AnyTagClassName
{
color: #EFE7AD;
}
</style>
background-color css
<style>
a { background-color: #EFE7AD; }
a { background-color: rgb(239,231,173); }
div.DivClassName
{
background-color: #EFE7AD;
}
.BgClassName
{
background-color: #EFE7AD;
}
</style>
border-color css
<style>
span { border-color: #EFE7AD; }
span { border-color: rgb(239,231,173); }
td.TdClassName
{
border-color: #EFE7AD;
}
.TagClassName
{
border-color: #EFE7AD;
}
</style>