Shades of Pale Goldenrod #EFE3AC
Tints of Pale Goldenrod #EFE3AC
RGB
CMYK
RGB Variations
Color information
#EFE3AC (or 0xEFE3AC) is known color: Pale Goldenrod. HEX triplet: EF, E3 and AC. RGB value is (239,227,172). Sum of RGB (Red+Green+Blue) = 239+227+172=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE3AC is #101C53. Grayscale: #E0E0E0. Windows color (decimal): -1055828 or 11330543. OLE color: 11330543.
HSL color Cylindrical-coordinate representation of color #EFE3AC: hue angle of 49.25º 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 #EFE3AC is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 172 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.06 |
| HSL | 49.25º | 0.68% | 0.81% | - |
| HSV(B) | 49.25º | 0.28% | 0.94% | - |
| XYZ | 70.51 | 76.27 | 50.03 | - |
| YUV | 224.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 172 | 0 | 0.05 | 0.28 | 0.06 | 49.25 | 0.68 | 0.81 |
| Hex | EF | E3 | AC | 0 | 5 | 1C | 6 | 31 | 44 | 51 |
| Octal | 357 | 343 | 254 | 0 | 5 | 34 | 6 | 61 | 104 | 121 |
| Binary | 11101111 | 11100011 | 10101100 | 0 | 101 | 11100 | 110 | 110001 | 1000100 | 1010001 |
Color Harmonies of #EFE3AC
Complementary color
Monochromatic Colors of #EFE3AC
Black with #EFE3AC
Text Example
Text Example
White with #EFE3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3AC; }
p { color: rgb(239,227,172); }
H1.HeaderClassName
{
color: #EFE3AC;
}
.AnyTagClassName
{
color: #EFE3AC;
}
</style>
background-color css
<style>
a { background-color: #EFE3AC; }
a { background-color: rgb(239,227,172); }
div.DivClassName
{
background-color: #EFE3AC;
}
.BgClassName
{
background-color: #EFE3AC;
}
</style>
border-color css
<style>
span { border-color: #EFE3AC; }
span { border-color: rgb(239,227,172); }
td.TdClassName
{
border-color: #EFE3AC;
}
.TagClassName
{
border-color: #EFE3AC;
}
</style>