Shades of Lightning Yellow #EFA830
Tints of Lightning Yellow #EFA830
RGB
CMYK
RGB Variations
Color information
#EFA830 (or 0xEFA830) is known color: Lightning Yellow. HEX triplet: EF, A8 and 30. RGB value is (239,168,48). Sum of RGB (Red+Green+Blue) = 239+168+48=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA830 is #1057CF. Grayscale: #B0B0B0. Windows color (decimal): -1071056 or 3188975. OLE color: 3188975.
HSL color Cylindrical-coordinate representation of color #EFA830: hue angle of 37.7º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFA830 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 48 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.06 |
| HSL | 37.7º | 0.86% | 0.56% | - |
| HSV(B) | 37.7º | 0.8% | 0.94% | - |
| XYZ | 50.13 | 46.57 | 9.14 | - |
| YUV | 175.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 48 | 0 | 0.30 | 0.80 | 0.06 | 37.7 | 0.86 | 0.56 |
| Hex | EF | A8 | 30 | 0 | 1E | 50 | 6 | 26 | 56 | 38 |
| Octal | 357 | 250 | 60 | 0 | 36 | 120 | 6 | 46 | 126 | 70 |
| Binary | 11101111 | 10101000 | 110000 | 0 | 11110 | 1010000 | 110 | 100110 | 1010110 | 111000 |
Color Harmonies of #EFA830
Complementary color
Monochromatic Colors of #EFA830
Black with #EFA830
Text Example
Text Example
White with #EFA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA830; }
p { color: rgb(239,168,48); }
H1.HeaderClassName
{
color: #EFA830;
}
.AnyTagClassName
{
color: #EFA830;
}
</style>
background-color css
<style>
a { background-color: #EFA830; }
a { background-color: rgb(239,168,48); }
div.DivClassName
{
background-color: #EFA830;
}
.BgClassName
{
background-color: #EFA830;
}
</style>
border-color css
<style>
span { border-color: #EFA830; }
span { border-color: rgb(239,168,48); }
td.TdClassName
{
border-color: #EFA830;
}
.TagClassName
{
border-color: #EFA830;
}
</style>