Shades of Pale Goldenrod #EFEEA5
Tints of Pale Goldenrod #EFEEA5
RGB
CMYK
RGB Variations
Color information
#EFEEA5 (or 0xEFEEA5) is known color: Pale Goldenrod. HEX triplet: EF, EE and A5. RGB value is (239,238,165). Sum of RGB (Red+Green+Blue) = 239+238+165=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 165 (64.84% from 255 or 25.70% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA5 is #10115A. Grayscale: #E6E6E6. Windows color (decimal): -1053019 or 10874607. OLE color: 10874607.
HSL color Cylindrical-coordinate representation of color #EFEEA5: hue angle of 59.19º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFEEA5 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 238 | 165 | - |
| CMYK | 0 | 0.00 | 0.31 | 0.06 |
| HSL | 59.19º | 0.7% | 0.79% | - |
| HSV(B) | 59.19º | 0.31% | 0.94% | - |
| XYZ | 72.96 | 82.22 | 47.62 | - |
| YUV | 229.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 238 | 165 | 0 | 0.00 | 0.31 | 0.06 | 59.19 | 0.7 | 0.79 |
| Hex | EF | EE | A5 | 0 | 0 | 1F | 6 | 3B | 46 | 4F |
| Octal | 357 | 356 | 245 | 0 | 0 | 37 | 6 | 73 | 106 | 117 |
| Binary | 11101111 | 11101110 | 10100101 | 0 | 0 | 11111 | 110 | 111011 | 1000110 | 1001111 |
Color Harmonies of #EFEEA5
Complementary color
Monochromatic Colors of #EFEEA5
Black with #EFEEA5
Text Example
Text Example
White with #EFEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEEA5; }
p { color: rgb(239,238,165); }
H1.HeaderClassName
{
color: #EFEEA5;
}
.AnyTagClassName
{
color: #EFEEA5;
}
</style>
background-color css
<style>
a { background-color: #EFEEA5; }
a { background-color: rgb(239,238,165); }
div.DivClassName
{
background-color: #EFEEA5;
}
.BgClassName
{
background-color: #EFEEA5;
}
</style>
border-color css
<style>
span { border-color: #EFEEA5; }
span { border-color: rgb(239,238,165); }
td.TdClassName
{
border-color: #EFEEA5;
}
.TagClassName
{
border-color: #EFEEA5;
}
</style>