Shades of Lightning Yellow #EDA834
Tints of Lightning Yellow #EDA834
RGB
CMYK
RGB Variations
Color information
#EDA834 (or 0xEDA834) is known color: Lightning Yellow. HEX triplet: ED, A8 and 34. RGB value is (237,168,52). Sum of RGB (Red+Green+Blue) = 237+168+52=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA834 is #1257CB. Grayscale: #AFAFAF. Windows color (decimal): -1202124 or 3451117. OLE color: 3451117.
HSL color Cylindrical-coordinate representation of color #EDA834: hue angle of 37.62º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDA834 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 168 | 52 | - |
CMYK | 0 | 0.29 | 0.78 | 0.07 |
HSL | 37.62º | 0.84% | 0.57% | - |
HSV(B) | 37.62º | 0.78% | 0.93% | - |
XYZ | 49.55 | 46.26 | 9.57 | - |
YUV | 175.41 | 58.36 | 171.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 168 | 52 | 0 | 0.29 | 0.78 | 0.07 | 37.62 | 0.84 | 0.57 |
Hex | ED | A8 | 34 | 0 | 1D | 4E | 7 | 26 | 54 | 39 |
Octal | 355 | 250 | 64 | 0 | 35 | 116 | 7 | 46 | 124 | 71 |
Binary | 11101101 | 10101000 | 110100 | 0 | 11101 | 1001110 | 111 | 100110 | 1010100 | 111001 |
Color Harmonies of #EDA834
Complementary color
Monochromatic Colors of #EDA834
Black with #EDA834
Text Example
Text Example
White with #EDA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA834; }
p { color: rgb(237,168,52); }
H1.HeaderClassName
{
color: #EDA834;
}
.AnyTagClassName
{
color: #EDA834;
}
</style>
background-color css
<style>
a { background-color: #EDA834; }
a { background-color: rgb(237,168,52); }
div.DivClassName
{
background-color: #EDA834;
}
.BgClassName
{
background-color: #EDA834;
}
</style>
border-color css
<style>
span { border-color: #EDA834; }
span { border-color: rgb(237,168,52); }
td.TdClassName
{
border-color: #EDA834;
}
.TagClassName
{
border-color: #EDA834;
}
</style>