Shades of Lightning Yellow #EFA521
Tints of Lightning Yellow #EFA521
RGB
CMYK
RGB Variations
Color information
#EFA521 (or 0xEFA521) is known color: Lightning Yellow. HEX triplet: EF, A5 and 21. RGB value is (239,165,33). Sum of RGB (Red+Green+Blue) = 239+165+33=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA521 is #105ADE. Grayscale: #ACACAC. Windows color (decimal): -1071839 or 2205167. OLE color: 2205167.
HSL color Cylindrical-coordinate representation of color #EFA521: hue angle of 38.45º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFA521 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 165 | 33 | - |
CMYK | 0 | 0.31 | 0.86 | 0.06 |
HSL | 38.45º | 0.87% | 0.53% | - |
HSV(B) | 38.45º | 0.86% | 0.94% | - |
XYZ | 49.33 | 45.37 | 7.6 | - |
YUV | 172.08 | 49.52 | 175.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 165 | 33 | 0 | 0.31 | 0.86 | 0.06 | 38.45 | 0.87 | 0.53 |
Hex | EF | A5 | 21 | 0 | 1F | 56 | 6 | 26 | 57 | 35 |
Octal | 357 | 245 | 41 | 0 | 37 | 126 | 6 | 46 | 127 | 65 |
Binary | 11101111 | 10100101 | 100001 | 0 | 11111 | 1010110 | 110 | 100110 | 1010111 | 110101 |
Color Harmonies of #EFA521
Complementary color
Monochromatic Colors of #EFA521
Black with #EFA521
Text Example
Text Example
White with #EFA521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA521; }
p { color: rgb(239,165,33); }
H1.HeaderClassName
{
color: #EFA521;
}
.AnyTagClassName
{
color: #EFA521;
}
</style>
background-color css
<style>
a { background-color: #EFA521; }
a { background-color: rgb(239,165,33); }
div.DivClassName
{
background-color: #EFA521;
}
.BgClassName
{
background-color: #EFA521;
}
</style>
border-color css
<style>
span { border-color: #EFA521; }
span { border-color: rgb(239,165,33); }
td.TdClassName
{
border-color: #EFA521;
}
.TagClassName
{
border-color: #EFA521;
}
</style>