Shades of Lightning Yellow #EDA731
Tints of Lightning Yellow #EDA731
RGB
CMYK
RGB Variations
Color information
#EDA731 (or 0xEDA731) is known color: Lightning Yellow. HEX triplet: ED, A7 and 31. RGB value is (237,167,49). Sum of RGB (Red+Green+Blue) = 237+167+49=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA731 is #1258CE. Grayscale: #AFAFAF. Windows color (decimal): -1202383 or 3254253. OLE color: 3254253.
HSL color Cylindrical-coordinate representation of color #EDA731: hue angle of 37.66º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDA731 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 49 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.07 |
| HSL | 37.66º | 0.84% | 0.56% | - |
| HSV(B) | 37.66º | 0.79% | 0.93% | - |
| XYZ | 49.3 | 45.86 | 9.16 | - |
| YUV | 174.48 | 57.19 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 49 | 0 | 0.30 | 0.79 | 0.07 | 37.66 | 0.84 | 0.56 |
| Hex | ED | A7 | 31 | 0 | 1E | 4F | 7 | 26 | 54 | 38 |
| Octal | 355 | 247 | 61 | 0 | 36 | 117 | 7 | 46 | 124 | 70 |
| Binary | 11101101 | 10100111 | 110001 | 0 | 11110 | 1001111 | 111 | 100110 | 1010100 | 111000 |
Color Harmonies of #EDA731
Complementary color
Monochromatic Colors of #EDA731
Black with #EDA731
Text Example
Text Example
White with #EDA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA731; }
p { color: rgb(237,167,49); }
H1.HeaderClassName
{
color: #EDA731;
}
.AnyTagClassName
{
color: #EDA731;
}
</style>
background-color css
<style>
a { background-color: #EDA731; }
a { background-color: rgb(237,167,49); }
div.DivClassName
{
background-color: #EDA731;
}
.BgClassName
{
background-color: #EDA731;
}
</style>
border-color css
<style>
span { border-color: #EDA731; }
span { border-color: rgb(237,167,49); }
td.TdClassName
{
border-color: #EDA731;
}
.TagClassName
{
border-color: #EDA731;
}
</style>