Shades of Pale Goldenrod #EFE5AD
Tints of Pale Goldenrod #EFE5AD
RGB
CMYK
RGB Variations
Color information
#EFE5AD (or 0xEFE5AD) is known color: Pale Goldenrod. HEX triplet: EF, E5 and AD. RGB value is (239,229,173). Sum of RGB (Red+Green+Blue) = 239+229+173=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE5AD is #101A52. Grayscale: #E1E1E1. Windows color (decimal): -1055315 or 11396591. OLE color: 11396591.
HSL color Cylindrical-coordinate representation of color #EFE5AD: hue angle of 50.91º 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 #EFE5AD is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 173 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.06 |
| HSL | 50.91º | 0.67% | 0.81% | - |
| HSV(B) | 50.91º | 0.28% | 0.94% | - |
| XYZ | 71.16 | 77.41 | 50.73 | - |
| YUV | 225.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 173 | 0 | 0.04 | 0.28 | 0.06 | 50.91 | 0.67 | 0.81 |
| Hex | EF | E5 | AD | 0 | 4 | 1C | 6 | 33 | 43 | 51 |
| Octal | 357 | 345 | 255 | 0 | 4 | 34 | 6 | 63 | 103 | 121 |
| Binary | 11101111 | 11100101 | 10101101 | 0 | 100 | 11100 | 110 | 110011 | 1000011 | 1010001 |
Color Harmonies of #EFE5AD
Complementary color
Monochromatic Colors of #EFE5AD
Black with #EFE5AD
Text Example
Text Example
White with #EFE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5AD; }
p { color: rgb(239,229,173); }
H1.HeaderClassName
{
color: #EFE5AD;
}
.AnyTagClassName
{
color: #EFE5AD;
}
</style>
background-color css
<style>
a { background-color: #EFE5AD; }
a { background-color: rgb(239,229,173); }
div.DivClassName
{
background-color: #EFE5AD;
}
.BgClassName
{
background-color: #EFE5AD;
}
</style>
border-color css
<style>
span { border-color: #EFE5AD; }
span { border-color: rgb(239,229,173); }
td.TdClassName
{
border-color: #EFE5AD;
}
.TagClassName
{
border-color: #EFE5AD;
}
</style>