Shades of Saffron #EDC13E
Tints of Saffron #EDC13E
RGB
CMYK
RGB Variations
Color information
#EDC13E (or 0xEDC13E) is known color: Saffron. HEX triplet: ED, C1 and 3E. RGB value is (237,193,62). Sum of RGB (Red+Green+Blue) = 237+193+62=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC13E is #123EC1. Grayscale: #BFBFBF. Windows color (decimal): -1195714 or 4112877. OLE color: 4112877.
HSL color Cylindrical-coordinate representation of color #EDC13E: hue angle of 44.91º 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 #EDC13E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 44.91º | 0.83% | 0.59% | - |
| HSV(B) | 44.91º | 0.74% | 0.93% | - |
| XYZ | 54.86 | 56.49 | 12.57 | - |
| YUV | 191.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 62 | 0 | 0.19 | 0.74 | 0.07 | 44.91 | 0.83 | 0.59 |
| Hex | ED | C1 | 3E | 0 | 13 | 4A | 7 | 2D | 53 | 3B |
| Octal | 355 | 301 | 76 | 0 | 23 | 112 | 7 | 55 | 123 | 73 |
| Binary | 11101101 | 11000001 | 111110 | 0 | 10011 | 1001010 | 111 | 101101 | 1010011 | 111011 |
Color Harmonies of #EDC13E
Complementary color
Monochromatic Colors of #EDC13E
Black with #EDC13E
Text Example
Text Example
White with #EDC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC13E; }
p { color: rgb(237,193,62); }
H1.HeaderClassName
{
color: #EDC13E;
}
.AnyTagClassName
{
color: #EDC13E;
}
</style>
background-color css
<style>
a { background-color: #EDC13E; }
a { background-color: rgb(237,193,62); }
div.DivClassName
{
background-color: #EDC13E;
}
.BgClassName
{
background-color: #EDC13E;
}
</style>
border-color css
<style>
span { border-color: #EDC13E; }
span { border-color: rgb(237,193,62); }
td.TdClassName
{
border-color: #EDC13E;
}
.TagClassName
{
border-color: #EDC13E;
}
</style>