Shades of Pale Goldenrod #EFE2AF
Tints of Pale Goldenrod #EFE2AF
RGB
CMYK
RGB Variations
Color information
#EFE2AF (or 0xEFE2AF) is known color: Pale Goldenrod. HEX triplet: EF, E2 and AF. RGB value is (239,226,175). Sum of RGB (Red+Green+Blue) = 239+226+175=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AF is #101D50. Grayscale: #E0E0E0. Windows color (decimal): -1056081 or 11526895. OLE color: 11526895.
HSL color Cylindrical-coordinate representation of color #EFE2AF: hue angle of 47.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFE2AF is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 175 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.06 |
| HSL | 47.81º | 0.67% | 0.81% | - |
| HSV(B) | 47.81º | 0.27% | 0.94% | - |
| XYZ | 70.53 | 75.84 | 51.48 | - |
| YUV | 224.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 175 | 0 | 0.05 | 0.27 | 0.06 | 47.81 | 0.67 | 0.81 |
| Hex | EF | E2 | AF | 0 | 5 | 1B | 6 | 30 | 43 | 51 |
| Octal | 357 | 342 | 257 | 0 | 5 | 33 | 6 | 60 | 103 | 121 |
| Binary | 11101111 | 11100010 | 10101111 | 0 | 101 | 11011 | 110 | 110000 | 1000011 | 1010001 |
Color Harmonies of #EFE2AF
Complementary color
Monochromatic Colors of #EFE2AF
Black with #EFE2AF
Text Example
Text Example
White with #EFE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2AF; }
p { color: rgb(239,226,175); }
H1.HeaderClassName
{
color: #EFE2AF;
}
.AnyTagClassName
{
color: #EFE2AF;
}
</style>
background-color css
<style>
a { background-color: #EFE2AF; }
a { background-color: rgb(239,226,175); }
div.DivClassName
{
background-color: #EFE2AF;
}
.BgClassName
{
background-color: #EFE2AF;
}
</style>
border-color css
<style>
span { border-color: #EFE2AF; }
span { border-color: rgb(239,226,175); }
td.TdClassName
{
border-color: #EFE2AF;
}
.TagClassName
{
border-color: #EFE2AF;
}
</style>