Shades of Pale Goldenrod #EFEAAC
Tints of Pale Goldenrod #EFEAAC
RGB
CMYK
RGB Variations
Color information
#EFEAAC (or 0xEFEAAC) is known color: Pale Goldenrod. HEX triplet: EF, EA and AC. RGB value is (239,234,172). Sum of RGB (Red+Green+Blue) = 239+234+172=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEAAC is #101553. Grayscale: #E4E4E4. Windows color (decimal): -1054036 or 11332335. OLE color: 11332335.
HSL color Cylindrical-coordinate representation of color #EFEAAC: hue angle of 55.52º degrees, saturation: 0.68, 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 #EFEAAC is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 172 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.06 |
| HSL | 55.52º | 0.68% | 0.81% | - |
| HSV(B) | 55.52º | 0.28% | 0.94% | - |
| XYZ | 72.47 | 80.17 | 50.69 | - |
| YUV | 228.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 172 | 0 | 0.02 | 0.28 | 0.06 | 55.52 | 0.68 | 0.81 |
| Hex | EF | EA | AC | 0 | 2 | 1C | 6 | 38 | 44 | 51 |
| Octal | 357 | 352 | 254 | 0 | 2 | 34 | 6 | 70 | 104 | 121 |
| Binary | 11101111 | 11101010 | 10101100 | 0 | 10 | 11100 | 110 | 111000 | 1000100 | 1010001 |
Color Harmonies of #EFEAAC
Complementary color
Monochromatic Colors of #EFEAAC
Black with #EFEAAC
Text Example
Text Example
White with #EFEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAAC; }
p { color: rgb(239,234,172); }
H1.HeaderClassName
{
color: #EFEAAC;
}
.AnyTagClassName
{
color: #EFEAAC;
}
</style>
background-color css
<style>
a { background-color: #EFEAAC; }
a { background-color: rgb(239,234,172); }
div.DivClassName
{
background-color: #EFEAAC;
}
.BgClassName
{
background-color: #EFEAAC;
}
</style>
border-color css
<style>
span { border-color: #EFEAAC; }
span { border-color: rgb(239,234,172); }
td.TdClassName
{
border-color: #EFEAAC;
}
.TagClassName
{
border-color: #EFEAAC;
}
</style>