Shades of Saffron #EDC03E
Tints of Saffron #EDC03E
RGB
CMYK
RGB Variations
Color information
#EDC03E (or 0xEDC03E) is known color: Saffron. HEX triplet: ED, C0 and 3E. RGB value is (237,192,62). Sum of RGB (Red+Green+Blue) = 237+192+62=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC03E is #123FC1. Grayscale: #BFBFBF. Windows color (decimal): -1195970 or 4112621. OLE color: 4112621.
HSL color Cylindrical-coordinate representation of color #EDC03E: hue angle of 44.57º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDC03E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 44.57º | 0.83% | 0.59% | - |
| HSV(B) | 44.57º | 0.74% | 0.93% | - |
| XYZ | 54.64 | 56.05 | 12.5 | - |
| YUV | 190.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 62 | 0 | 0.19 | 0.74 | 0.07 | 44.57 | 0.83 | 0.59 |
| Hex | ED | C0 | 3E | 0 | 13 | 4A | 7 | 2D | 53 | 3B |
| Octal | 355 | 300 | 76 | 0 | 23 | 112 | 7 | 55 | 123 | 73 |
| Binary | 11101101 | 11000000 | 111110 | 0 | 10011 | 1001010 | 111 | 101101 | 1010011 | 111011 |
Color Harmonies of #EDC03E
Complementary color
Monochromatic Colors of #EDC03E
Black with #EDC03E
Text Example
Text Example
White with #EDC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC03E; }
p { color: rgb(237,192,62); }
H1.HeaderClassName
{
color: #EDC03E;
}
.AnyTagClassName
{
color: #EDC03E;
}
</style>
background-color css
<style>
a { background-color: #EDC03E; }
a { background-color: rgb(237,192,62); }
div.DivClassName
{
background-color: #EDC03E;
}
.BgClassName
{
background-color: #EDC03E;
}
</style>
border-color css
<style>
span { border-color: #EDC03E; }
span { border-color: rgb(237,192,62); }
td.TdClassName
{
border-color: #EDC03E;
}
.TagClassName
{
border-color: #EDC03E;
}
</style>