Shades of Saffron #EDC431
Tints of Saffron #EDC431
RGB
CMYK
RGB Variations
Color information
#EDC431 (or 0xEDC431) is known color: Saffron. HEX triplet: ED, C4 and 31. RGB value is (237,196,49). Sum of RGB (Red+Green+Blue) = 237+196+49=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC431 is #123BCE. Grayscale: #C0C0C0. Windows color (decimal): -1194959 or 3261677. OLE color: 3261677.
HSL color Cylindrical-coordinate representation of color #EDC431: hue angle of 46.91º 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 #EDC431 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 49 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.07 |
| HSL | 46.91º | 0.84% | 0.56% | - |
| HSV(B) | 46.91º | 0.79% | 0.93% | - |
| XYZ | 55.22 | 57.71 | 11.13 | - |
| YUV | 191.5 | 47.58 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 49 | 0 | 0.17 | 0.79 | 0.07 | 46.91 | 0.84 | 0.56 |
| Hex | ED | C4 | 31 | 0 | 11 | 4F | 7 | 2F | 54 | 38 |
| Octal | 355 | 304 | 61 | 0 | 21 | 117 | 7 | 57 | 124 | 70 |
| Binary | 11101101 | 11000100 | 110001 | 0 | 10001 | 1001111 | 111 | 101111 | 1010100 | 111000 |
Color Harmonies of #EDC431
Complementary color
Monochromatic Colors of #EDC431
Black with #EDC431
Text Example
Text Example
White with #EDC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC431; }
p { color: rgb(237,196,49); }
H1.HeaderClassName
{
color: #EDC431;
}
.AnyTagClassName
{
color: #EDC431;
}
</style>
background-color css
<style>
a { background-color: #EDC431; }
a { background-color: rgb(237,196,49); }
div.DivClassName
{
background-color: #EDC431;
}
.BgClassName
{
background-color: #EDC431;
}
</style>
border-color css
<style>
span { border-color: #EDC431; }
span { border-color: rgb(237,196,49); }
td.TdClassName
{
border-color: #EDC431;
}
.TagClassName
{
border-color: #EDC431;
}
</style>