Shades of Light Goldenrod #EFE183
Tints of Light Goldenrod #EFE183
RGB
CMYK
RGB Variations
Color information
#EFE183 (or 0xEFE183) is known color: Light Goldenrod. HEX triplet: EF, E1 and 83. RGB value is (239,225,131). Sum of RGB (Red+Green+Blue) = 239+225+131=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE183 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE183 is #101E7C. Grayscale: #DADADA. Windows color (decimal): -1056381 or 8643055. OLE color: 8643055.
HSL color Cylindrical-coordinate representation of color #EFE183: hue angle of 52.22º 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 #EFE183 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 131 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.06 |
| HSL | 52.22º | 0.77% | 0.73% | - |
| HSV(B) | 52.22º | 0.45% | 0.94% | - |
| XYZ | 66.62 | 73.84 | 32.21 | - |
| YUV | 218.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 131 | 0 | 0.06 | 0.45 | 0.06 | 52.22 | 0.77 | 0.73 |
| Hex | EF | E1 | 83 | 0 | 6 | 2D | 6 | 34 | 4D | 49 |
| Octal | 357 | 341 | 203 | 0 | 6 | 55 | 6 | 64 | 115 | 111 |
| Binary | 11101111 | 11100001 | 10000011 | 0 | 110 | 101101 | 110 | 110100 | 1001101 | 1001001 |
Color Harmonies of #EFE183
Complementary color
Monochromatic Colors of #EFE183
Black with #EFE183
Text Example
Text Example
White with #EFE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE183; }
p { color: rgb(239,225,131); }
H1.HeaderClassName
{
color: #EFE183;
}
.AnyTagClassName
{
color: #EFE183;
}
</style>
background-color css
<style>
a { background-color: #EFE183; }
a { background-color: rgb(239,225,131); }
div.DivClassName
{
background-color: #EFE183;
}
.BgClassName
{
background-color: #EFE183;
}
</style>
border-color css
<style>
span { border-color: #EFE183; }
span { border-color: rgb(239,225,131); }
td.TdClassName
{
border-color: #EFE183;
}
.TagClassName
{
border-color: #EFE183;
}
</style>