Shades of Lightning Yellow #EFA530
Tints of Lightning Yellow #EFA530
RGB
CMYK
RGB Variations
Color information
#EFA530 (or 0xEFA530) is known color: Lightning Yellow. HEX triplet: EF, A5 and 30. RGB value is (239,165,48). Sum of RGB (Red+Green+Blue) = 239+165+48=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA530 is #105ACF. Grayscale: #AEAEAE. Windows color (decimal): -1071824 or 3188207. OLE color: 3188207.
HSL color Cylindrical-coordinate representation of color #EFA530: hue angle of 36.75º 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 #EFA530 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 48 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.06 |
| HSL | 36.75º | 0.86% | 0.56% | - |
| HSV(B) | 36.75º | 0.8% | 0.94% | - |
| XYZ | 49.59 | 45.47 | 8.96 | - |
| YUV | 173.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 48 | 0 | 0.31 | 0.80 | 0.06 | 36.75 | 0.86 | 0.56 |
| Hex | EF | A5 | 30 | 0 | 1F | 50 | 6 | 25 | 56 | 38 |
| Octal | 357 | 245 | 60 | 0 | 37 | 120 | 6 | 45 | 126 | 70 |
| Binary | 11101111 | 10100101 | 110000 | 0 | 11111 | 1010000 | 110 | 100101 | 1010110 | 111000 |
Color Harmonies of #EFA530
Complementary color
Monochromatic Colors of #EFA530
Black with #EFA530
Text Example
Text Example
White with #EFA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA530; }
p { color: rgb(239,165,48); }
H1.HeaderClassName
{
color: #EFA530;
}
.AnyTagClassName
{
color: #EFA530;
}
</style>
background-color css
<style>
a { background-color: #EFA530; }
a { background-color: rgb(239,165,48); }
div.DivClassName
{
background-color: #EFA530;
}
.BgClassName
{
background-color: #EFA530;
}
</style>
border-color css
<style>
span { border-color: #EFA530; }
span { border-color: rgb(239,165,48); }
td.TdClassName
{
border-color: #EFA530;
}
.TagClassName
{
border-color: #EFA530;
}
</style>