Shades of Saffron #EDC03F
Tints of Saffron #EDC03F
RGB
CMYK
RGB Variations
Color information
#EDC03F (or 0xEDC03F) is known color: Saffron. HEX triplet: ED, C0 and 3F. RGB value is (237,192,63). Sum of RGB (Red+Green+Blue) = 237+192+63=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC03F is #123FC0. Grayscale: #BFBFBF. Windows color (decimal): -1195969 or 4178157. OLE color: 4178157.
HSL color Cylindrical-coordinate representation of color #EDC03F: hue angle of 44.48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDC03F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 63 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.48º | 0.83% | 0.59% | - |
| HSV(B) | 44.48º | 0.73% | 0.93% | - |
| XYZ | 54.67 | 56.06 | 12.64 | - |
| YUV | 190.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 63 | 0 | 0.19 | 0.73 | 0.07 | 44.48 | 0.83 | 0.59 |
| Hex | ED | C0 | 3F | 0 | 13 | 49 | 7 | 2C | 53 | 3B |
| Octal | 355 | 300 | 77 | 0 | 23 | 111 | 7 | 54 | 123 | 73 |
| Binary | 11101101 | 11000000 | 111111 | 0 | 10011 | 1001001 | 111 | 101100 | 1010011 | 111011 |
Color Harmonies of #EDC03F
Complementary color
Monochromatic Colors of #EDC03F
Black with #EDC03F
Text Example
Text Example
White with #EDC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC03F; }
p { color: rgb(237,192,63); }
H1.HeaderClassName
{
color: #EDC03F;
}
.AnyTagClassName
{
color: #EDC03F;
}
</style>
background-color css
<style>
a { background-color: #EDC03F; }
a { background-color: rgb(237,192,63); }
div.DivClassName
{
background-color: #EDC03F;
}
.BgClassName
{
background-color: #EDC03F;
}
</style>
border-color css
<style>
span { border-color: #EDC03F; }
span { border-color: rgb(237,192,63); }
td.TdClassName
{
border-color: #EDC03F;
}
.TagClassName
{
border-color: #EDC03F;
}
</style>