Shades of Pale Goldenrod #EFE69E
Tints of Pale Goldenrod #EFE69E
RGB
CMYK
RGB Variations
Color information
#EFE69E (or 0xEFE69E) is known color: Pale Goldenrod. HEX triplet: EF, E6 and 9E. RGB value is (239,230,158). Sum of RGB (Red+Green+Blue) = 239+230+158=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 158 (62.11% from 255 or 25.20% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69E is #101961. Grayscale: #E0E0E0. Windows color (decimal): -1055074 or 10413807. OLE color: 10413807.
HSL color Cylindrical-coordinate representation of color #EFE69E: hue angle of 53.33º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE69E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 158 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.06 |
| HSL | 53.33º | 0.72% | 0.78% | - |
| HSV(B) | 53.33º | 0.34% | 0.94% | - |
| XYZ | 70.06 | 77.41 | 43.6 | - |
| YUV | 224.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 158 | 0 | 0.04 | 0.34 | 0.06 | 53.33 | 0.72 | 0.78 |
| Hex | EF | E6 | 9E | 0 | 4 | 22 | 6 | 35 | 48 | 4E |
| Octal | 357 | 346 | 236 | 0 | 4 | 42 | 6 | 65 | 110 | 116 |
| Binary | 11101111 | 11100110 | 10011110 | 0 | 100 | 100010 | 110 | 110101 | 1001000 | 1001110 |
Color Harmonies of #EFE69E
Complementary color
Monochromatic Colors of #EFE69E
Black with #EFE69E
Text Example
Text Example
White with #EFE69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE69E; }
p { color: rgb(239,230,158); }
H1.HeaderClassName
{
color: #EFE69E;
}
.AnyTagClassName
{
color: #EFE69E;
}
</style>
background-color css
<style>
a { background-color: #EFE69E; }
a { background-color: rgb(239,230,158); }
div.DivClassName
{
background-color: #EFE69E;
}
.BgClassName
{
background-color: #EFE69E;
}
</style>
border-color css
<style>
span { border-color: #EFE69E; }
span { border-color: rgb(239,230,158); }
td.TdClassName
{
border-color: #EFE69E;
}
.TagClassName
{
border-color: #EFE69E;
}
</style>