Shades of Lightning Yellow #EFA731
Tints of Lightning Yellow #EFA731
RGB
CMYK
RGB Variations
Color information
#EFA731 (or 0xEFA731) is known color: Lightning Yellow. HEX triplet: EF, A7 and 31. RGB value is (239,167,49). Sum of RGB (Red+Green+Blue) = 239+167+49=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA731 is #1058CE. Grayscale: #AFAFAF. Windows color (decimal): -1071311 or 3254255. OLE color: 3254255.
HSL color Cylindrical-coordinate representation of color #EFA731: hue angle of 37.26º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFA731 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 49 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.06 |
| HSL | 37.26º | 0.86% | 0.56% | - |
| HSV(B) | 37.26º | 0.79% | 0.94% | - |
| XYZ | 49.97 | 46.21 | 9.19 | - |
| YUV | 175.08 | 56.85 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 49 | 0 | 0.30 | 0.79 | 0.06 | 37.26 | 0.86 | 0.56 |
| Hex | EF | A7 | 31 | 0 | 1E | 4F | 6 | 25 | 56 | 38 |
| Octal | 357 | 247 | 61 | 0 | 36 | 117 | 6 | 45 | 126 | 70 |
| Binary | 11101111 | 10100111 | 110001 | 0 | 11110 | 1001111 | 110 | 100101 | 1010110 | 111000 |
Color Harmonies of #EFA731
Complementary color
Monochromatic Colors of #EFA731
Black with #EFA731
Text Example
Text Example
White with #EFA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA731; }
p { color: rgb(239,167,49); }
H1.HeaderClassName
{
color: #EFA731;
}
.AnyTagClassName
{
color: #EFA731;
}
</style>
background-color css
<style>
a { background-color: #EFA731; }
a { background-color: rgb(239,167,49); }
div.DivClassName
{
background-color: #EFA731;
}
.BgClassName
{
background-color: #EFA731;
}
</style>
border-color css
<style>
span { border-color: #EFA731; }
span { border-color: rgb(239,167,49); }
td.TdClassName
{
border-color: #EFA731;
}
.TagClassName
{
border-color: #EFA731;
}
</style>