Shades of Lightning Yellow #EDA833
Tints of Lightning Yellow #EDA833
RGB
CMYK
RGB Variations
Color information
#EDA833 (or 0xEDA833) is known color: Lightning Yellow. HEX triplet: ED, A8 and 33. RGB value is (237,168,51). Sum of RGB (Red+Green+Blue) = 237+168+51=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA833 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA833 is #1257CC. Grayscale: #AFAFAF. Windows color (decimal): -1202125 or 3385581. OLE color: 3385581.
HSL color Cylindrical-coordinate representation of color #EDA833: hue angle of 37.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA833 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 51 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.07 |
| HSL | 37.74º | 0.84% | 0.56% | - |
| HSV(B) | 37.74º | 0.78% | 0.93% | - |
| XYZ | 49.53 | 46.25 | 9.45 | - |
| YUV | 175.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 51 | 0 | 0.29 | 0.78 | 0.07 | 37.74 | 0.84 | 0.56 |
| Hex | ED | A8 | 33 | 0 | 1D | 4E | 7 | 26 | 54 | 38 |
| Octal | 355 | 250 | 63 | 0 | 35 | 116 | 7 | 46 | 124 | 70 |
| Binary | 11101101 | 10101000 | 110011 | 0 | 11101 | 1001110 | 111 | 100110 | 1010100 | 111000 |
Color Harmonies of #EDA833
Complementary color
Monochromatic Colors of #EDA833
Black with #EDA833
Text Example
Text Example
White with #EDA833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA833; }
p { color: rgb(237,168,51); }
H1.HeaderClassName
{
color: #EDA833;
}
.AnyTagClassName
{
color: #EDA833;
}
</style>
background-color css
<style>
a { background-color: #EDA833; }
a { background-color: rgb(237,168,51); }
div.DivClassName
{
background-color: #EDA833;
}
.BgClassName
{
background-color: #EDA833;
}
</style>
border-color css
<style>
span { border-color: #EDA833; }
span { border-color: rgb(237,168,51); }
td.TdClassName
{
border-color: #EDA833;
}
.TagClassName
{
border-color: #EDA833;
}
</style>