Shades of Lightning Yellow #EDA327
Tints of Lightning Yellow #EDA327
RGB
CMYK
RGB Variations
Color information
#EDA327 (or 0xEDA327) is known color: Lightning Yellow. HEX triplet: ED, A3 and 27. RGB value is (237,163,39). Sum of RGB (Red+Green+Blue) = 237+163+39=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA327 is #125CD8. Grayscale: #ABABAB. Windows color (decimal): -1203417 or 2597869. OLE color: 2597869.
HSL color Cylindrical-coordinate representation of color #EDA327: hue angle of 37.58º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDA327 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 39 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.07 |
| HSL | 37.58º | 0.85% | 0.54% | - |
| HSV(B) | 37.58º | 0.84% | 0.93% | - |
| XYZ | 48.39 | 44.35 | 7.93 | - |
| YUV | 170.99 | 53.52 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 39 | 0 | 0.31 | 0.84 | 0.07 | 37.58 | 0.85 | 0.54 |
| Hex | ED | A3 | 27 | 0 | 1F | 54 | 7 | 26 | 55 | 36 |
| Octal | 355 | 243 | 47 | 0 | 37 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100011 | 100111 | 0 | 11111 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA327
Complementary color
Monochromatic Colors of #EDA327
Black with #EDA327
Text Example
Text Example
White with #EDA327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA327; }
p { color: rgb(237,163,39); }
H1.HeaderClassName
{
color: #EDA327;
}
.AnyTagClassName
{
color: #EDA327;
}
</style>
background-color css
<style>
a { background-color: #EDA327; }
a { background-color: rgb(237,163,39); }
div.DivClassName
{
background-color: #EDA327;
}
.BgClassName
{
background-color: #EDA327;
}
</style>
border-color css
<style>
span { border-color: #EDA327; }
span { border-color: rgb(237,163,39); }
td.TdClassName
{
border-color: #EDA327;
}
.TagClassName
{
border-color: #EDA327;
}
</style>