Shades of Pale Goldenrod #EFEAAA
Tints of Pale Goldenrod #EFEAAA
RGB
CMYK
RGB Variations
Color information
#EFEAAA (or 0xEFEAAA) is known color: Pale Goldenrod. HEX triplet: EF, EA and AA. RGB value is (239,234,170). Sum of RGB (Red+Green+Blue) = 239+234+170=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAAA is #101555. Grayscale: #E4E4E4. Windows color (decimal): -1054038 or 11201263. OLE color: 11201263.
HSL color Cylindrical-coordinate representation of color #EFEAAA: hue angle of 55.65º 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 #EFEAAA is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 234 | 170 | - |
CMYK | 0 | 0.02 | 0.29 | 0.06 |
HSL | 55.65º | 0.68% | 0.8% | - |
HSV(B) | 55.65º | 0.29% | 0.94% | - |
XYZ | 72.28 | 80.1 | 49.68 | - |
YUV | 228.2 | 95.16 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 234 | 170 | 0 | 0.02 | 0.29 | 0.06 | 55.65 | 0.68 | 0.8 |
Hex | EF | EA | AA | 0 | 2 | 1D | 6 | 38 | 44 | 50 |
Octal | 357 | 352 | 252 | 0 | 2 | 35 | 6 | 70 | 104 | 120 |
Binary | 11101111 | 11101010 | 10101010 | 0 | 10 | 11101 | 110 | 111000 | 1000100 | 1010000 |
Color Harmonies of #EFEAAA
Complementary color
Monochromatic Colors of #EFEAAA
Black with #EFEAAA
Text Example
Text Example
White with #EFEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAAA; }
p { color: rgb(239,234,170); }
H1.HeaderClassName
{
color: #EFEAAA;
}
.AnyTagClassName
{
color: #EFEAAA;
}
</style>
background-color css
<style>
a { background-color: #EFEAAA; }
a { background-color: rgb(239,234,170); }
div.DivClassName
{
background-color: #EFEAAA;
}
.BgClassName
{
background-color: #EFEAAA;
}
</style>
border-color css
<style>
span { border-color: #EFEAAA; }
span { border-color: rgb(239,234,170); }
td.TdClassName
{
border-color: #EFEAAA;
}
.TagClassName
{
border-color: #EFEAAA;
}
</style>