Shades of Light Goldenrod #EFE283
Tints of Light Goldenrod #EFE283
RGB
CMYK
RGB Variations
Color information
#EFE283 (or 0xEFE283) is known color: Light Goldenrod. HEX triplet: EF, E2 and 83. RGB value is (239,226,131). Sum of RGB (Red+Green+Blue) = 239+226+131=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE283 is #101D7C. Grayscale: #DBDBDB. Windows color (decimal): -1056125 or 8643311. OLE color: 8643311.
HSL color Cylindrical-coordinate representation of color #EFE283: hue angle of 52.78º 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 #EFE283 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 131 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.06 |
| HSL | 52.78º | 0.77% | 0.73% | - |
| HSV(B) | 52.78º | 0.45% | 0.94% | - |
| XYZ | 66.89 | 74.38 | 32.3 | - |
| YUV | 219.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 131 | 0 | 0.05 | 0.45 | 0.06 | 52.78 | 0.77 | 0.73 |
| Hex | EF | E2 | 83 | 0 | 5 | 2D | 6 | 35 | 4D | 49 |
| Octal | 357 | 342 | 203 | 0 | 5 | 55 | 6 | 65 | 115 | 111 |
| Binary | 11101111 | 11100010 | 10000011 | 0 | 101 | 101101 | 110 | 110101 | 1001101 | 1001001 |
Color Harmonies of #EFE283
Complementary color
Monochromatic Colors of #EFE283
Black with #EFE283
Text Example
Text Example
White with #EFE283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE283; }
p { color: rgb(239,226,131); }
H1.HeaderClassName
{
color: #EFE283;
}
.AnyTagClassName
{
color: #EFE283;
}
</style>
background-color css
<style>
a { background-color: #EFE283; }
a { background-color: rgb(239,226,131); }
div.DivClassName
{
background-color: #EFE283;
}
.BgClassName
{
background-color: #EFE283;
}
</style>
border-color css
<style>
span { border-color: #EFE283; }
span { border-color: rgb(239,226,131); }
td.TdClassName
{
border-color: #EFE283;
}
.TagClassName
{
border-color: #EFE283;
}
</style>