Shades of Lightning Yellow #EFA527
Tints of Lightning Yellow #EFA527
RGB
CMYK
RGB Variations
Color information
#EFA527 (or 0xEFA527) is known color: Lightning Yellow. HEX triplet: EF, A5 and 27. RGB value is (239,165,39). Sum of RGB (Red+Green+Blue) = 239+165+39=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA527 is #105AD8. Grayscale: #ADADAD. Windows color (decimal): -1071833 or 2598383. OLE color: 2598383.
HSL color Cylindrical-coordinate representation of color #EFA527: hue angle of 37.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFA527 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 39 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.06 |
| HSL | 37.8º | 0.86% | 0.55% | - |
| HSV(B) | 37.8º | 0.84% | 0.94% | - |
| XYZ | 49.42 | 45.41 | 8.08 | - |
| YUV | 172.76 | 52.52 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 39 | 0 | 0.31 | 0.84 | 0.06 | 37.8 | 0.86 | 0.55 |
| Hex | EF | A5 | 27 | 0 | 1F | 54 | 6 | 26 | 56 | 37 |
| Octal | 357 | 245 | 47 | 0 | 37 | 124 | 6 | 46 | 126 | 67 |
| Binary | 11101111 | 10100101 | 100111 | 0 | 11111 | 1010100 | 110 | 100110 | 1010110 | 110111 |
Color Harmonies of #EFA527
Complementary color
Monochromatic Colors of #EFA527
Black with #EFA527
Text Example
Text Example
White with #EFA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA527; }
p { color: rgb(239,165,39); }
H1.HeaderClassName
{
color: #EFA527;
}
.AnyTagClassName
{
color: #EFA527;
}
</style>
background-color css
<style>
a { background-color: #EFA527; }
a { background-color: rgb(239,165,39); }
div.DivClassName
{
background-color: #EFA527;
}
.BgClassName
{
background-color: #EFA527;
}
</style>
border-color css
<style>
span { border-color: #EFA527; }
span { border-color: rgb(239,165,39); }
td.TdClassName
{
border-color: #EFA527;
}
.TagClassName
{
border-color: #EFA527;
}
</style>