Shades of Pale Goldenrod #EFE8A3
Tints of Pale Goldenrod #EFE8A3
RGB
CMYK
RGB Variations
Color information
#EFE8A3 (or 0xEFE8A3) is known color: Pale Goldenrod. HEX triplet: EF, E8 and A3. RGB value is (239,232,163). Sum of RGB (Red+Green+Blue) = 239+232+163=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 232 (91.02% from 255 or 36.59% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE8A3 is #10175C. Grayscale: #E2E2E2. Windows color (decimal): -1054557 or 10741999. OLE color: 10741999.
HSL color Cylindrical-coordinate representation of color #EFE8A3: hue angle of 54.47º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFE8A3 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 163 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.06 |
| HSL | 54.47º | 0.7% | 0.79% | - |
| HSV(B) | 54.47º | 0.32% | 0.94% | - |
| XYZ | 71.06 | 78.71 | 46.1 | - |
| YUV | 226.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 163 | 0 | 0.03 | 0.32 | 0.06 | 54.47 | 0.7 | 0.79 |
| Hex | EF | E8 | A3 | 0 | 3 | 20 | 6 | 36 | 46 | 4F |
| Octal | 357 | 350 | 243 | 0 | 3 | 40 | 6 | 66 | 106 | 117 |
| Binary | 11101111 | 11101000 | 10100011 | 0 | 11 | 100000 | 110 | 110110 | 1000110 | 1001111 |
Color Harmonies of #EFE8A3
Complementary color
Monochromatic Colors of #EFE8A3
Black with #EFE8A3
Text Example
Text Example
White with #EFE8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8A3; }
p { color: rgb(239,232,163); }
H1.HeaderClassName
{
color: #EFE8A3;
}
.AnyTagClassName
{
color: #EFE8A3;
}
</style>
background-color css
<style>
a { background-color: #EFE8A3; }
a { background-color: rgb(239,232,163); }
div.DivClassName
{
background-color: #EFE8A3;
}
.BgClassName
{
background-color: #EFE8A3;
}
</style>
border-color css
<style>
span { border-color: #EFE8A3; }
span { border-color: rgb(239,232,163); }
td.TdClassName
{
border-color: #EFE8A3;
}
.TagClassName
{
border-color: #EFE8A3;
}
</style>