Shades of Pale Goldenrod #EFE2AD
Tints of Pale Goldenrod #EFE2AD
RGB
CMYK
RGB Variations
Color information
#EFE2AD (or 0xEFE2AD) is known color: Pale Goldenrod. HEX triplet: EF, E2 and AD. RGB value is (239,226,173). Sum of RGB (Red+Green+Blue) = 239+226+173=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE2AD is #101D52. Grayscale: #E0E0E0. Windows color (decimal): -1056083 or 11395823. OLE color: 11395823.
HSL color Cylindrical-coordinate representation of color #EFE2AD: hue angle of 48.18º 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 #EFE2AD is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 173 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.06 |
| HSL | 48.18º | 0.67% | 0.81% | - |
| HSV(B) | 48.18º | 0.28% | 0.94% | - |
| XYZ | 70.34 | 75.76 | 50.45 | - |
| YUV | 223.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 173 | 0 | 0.05 | 0.28 | 0.06 | 48.18 | 0.67 | 0.81 |
| Hex | EF | E2 | AD | 0 | 5 | 1C | 6 | 30 | 43 | 51 |
| Octal | 357 | 342 | 255 | 0 | 5 | 34 | 6 | 60 | 103 | 121 |
| Binary | 11101111 | 11100010 | 10101101 | 0 | 101 | 11100 | 110 | 110000 | 1000011 | 1010001 |
Color Harmonies of #EFE2AD
Complementary color
Monochromatic Colors of #EFE2AD
Black with #EFE2AD
Text Example
Text Example
White with #EFE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2AD; }
p { color: rgb(239,226,173); }
H1.HeaderClassName
{
color: #EFE2AD;
}
.AnyTagClassName
{
color: #EFE2AD;
}
</style>
background-color css
<style>
a { background-color: #EFE2AD; }
a { background-color: rgb(239,226,173); }
div.DivClassName
{
background-color: #EFE2AD;
}
.BgClassName
{
background-color: #EFE2AD;
}
</style>
border-color css
<style>
span { border-color: #EFE2AD; }
span { border-color: rgb(239,226,173); }
td.TdClassName
{
border-color: #EFE2AD;
}
.TagClassName
{
border-color: #EFE2AD;
}
</style>