Shades of Light Goldenrod #EFE384
Tints of Light Goldenrod #EFE384
RGB
CMYK
RGB Variations
Color information
#EFE384 (or 0xEFE384) is known color: Light Goldenrod. HEX triplet: EF, E3 and 84. RGB value is (239,227,132). Sum of RGB (Red+Green+Blue) = 239+227+132=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE384 is #101C7B. Grayscale: #DCDCDC. Windows color (decimal): -1055868 or 8709103. OLE color: 8709103.
HSL color Cylindrical-coordinate representation of color #EFE384: hue angle of 53.27º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFE384 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 132 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.06 |
| HSL | 53.27º | 0.77% | 0.73% | - |
| HSV(B) | 53.27º | 0.45% | 0.94% | - |
| XYZ | 67.23 | 74.95 | 32.75 | - |
| YUV | 219.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 132 | 0 | 0.05 | 0.45 | 0.06 | 53.27 | 0.77 | 0.73 |
| Hex | EF | E3 | 84 | 0 | 5 | 2D | 6 | 35 | 4D | 49 |
| Octal | 357 | 343 | 204 | 0 | 5 | 55 | 6 | 65 | 115 | 111 |
| Binary | 11101111 | 11100011 | 10000100 | 0 | 101 | 101101 | 110 | 110101 | 1001101 | 1001001 |
Color Harmonies of #EFE384
Complementary color
Monochromatic Colors of #EFE384
Black with #EFE384
Text Example
Text Example
White with #EFE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE384; }
p { color: rgb(239,227,132); }
H1.HeaderClassName
{
color: #EFE384;
}
.AnyTagClassName
{
color: #EFE384;
}
</style>
background-color css
<style>
a { background-color: #EFE384; }
a { background-color: rgb(239,227,132); }
div.DivClassName
{
background-color: #EFE384;
}
.BgClassName
{
background-color: #EFE384;
}
</style>
border-color css
<style>
span { border-color: #EFE384; }
span { border-color: rgb(239,227,132); }
td.TdClassName
{
border-color: #EFE384;
}
.TagClassName
{
border-color: #EFE384;
}
</style>