Shades of Pale Goldenrod #EFE4AA
Tints of Pale Goldenrod #EFE4AA
RGB
CMYK
RGB Variations
Color information
#EFE4AA (or 0xEFE4AA) is known color: Pale Goldenrod. HEX triplet: EF, E4 and AA. RGB value is (239,228,170). Sum of RGB (Red+Green+Blue) = 239+228+170=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE4AA is #101B55. Grayscale: #E0E0E0. Windows color (decimal): -1055574 or 11199727. OLE color: 11199727.
HSL color Cylindrical-coordinate representation of color #EFE4AA: hue angle of 50.43º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFE4AA is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 170 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.06 |
| HSL | 50.43º | 0.68% | 0.8% | - |
| HSV(B) | 50.43º | 0.29% | 0.94% | - |
| XYZ | 70.6 | 76.74 | 49.12 | - |
| YUV | 224.68 | 97.14 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 170 | 0 | 0.05 | 0.29 | 0.06 | 50.43 | 0.68 | 0.8 |
| Hex | EF | E4 | AA | 0 | 5 | 1D | 6 | 32 | 44 | 50 |
| Octal | 357 | 344 | 252 | 0 | 5 | 35 | 6 | 62 | 104 | 120 |
| Binary | 11101111 | 11100100 | 10101010 | 0 | 101 | 11101 | 110 | 110010 | 1000100 | 1010000 |
Color Harmonies of #EFE4AA
Complementary color
Monochromatic Colors of #EFE4AA
Black with #EFE4AA
Text Example
Text Example
White with #EFE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4AA; }
p { color: rgb(239,228,170); }
H1.HeaderClassName
{
color: #EFE4AA;
}
.AnyTagClassName
{
color: #EFE4AA;
}
</style>
background-color css
<style>
a { background-color: #EFE4AA; }
a { background-color: rgb(239,228,170); }
div.DivClassName
{
background-color: #EFE4AA;
}
.BgClassName
{
background-color: #EFE4AA;
}
</style>
border-color css
<style>
span { border-color: #EFE4AA; }
span { border-color: rgb(239,228,170); }
td.TdClassName
{
border-color: #EFE4AA;
}
.TagClassName
{
border-color: #EFE4AA;
}
</style>