Shades of Saffron #EDC939
Tints of Saffron #EDC939
RGB
CMYK
RGB Variations
Color information
#EDC939 (or 0xEDC939) is known color: Saffron. HEX triplet: ED, C9 and 39. RGB value is (237,201,57). Sum of RGB (Red+Green+Blue) = 237+201+57=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC939 is #1236C6. Grayscale: #C3C3C3. Windows color (decimal): -1193671 or 3787245. OLE color: 3787245.
HSL color Cylindrical-coordinate representation of color #EDC939: hue angle of 48º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDC939 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 57 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 48º | 0.83% | 0.58% | - |
| HSV(B) | 48º | 0.76% | 0.93% | - |
| XYZ | 56.55 | 60.07 | 12.49 | - |
| YUV | 195.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 57 | 0 | 0.15 | 0.76 | 0.07 | 48 | 0.83 | 0.58 |
| Hex | ED | C9 | 39 | 0 | F | 4C | 7 | 30 | 53 | 3A |
| Octal | 355 | 311 | 71 | 0 | 17 | 114 | 7 | 60 | 123 | 72 |
| Binary | 11101101 | 11001001 | 111001 | 0 | 1111 | 1001100 | 111 | 110000 | 1010011 | 111010 |
Color Harmonies of #EDC939
Complementary color
Monochromatic Colors of #EDC939
Black with #EDC939
Text Example
Text Example
White with #EDC939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC939; }
p { color: rgb(237,201,57); }
H1.HeaderClassName
{
color: #EDC939;
}
.AnyTagClassName
{
color: #EDC939;
}
</style>
background-color css
<style>
a { background-color: #EDC939; }
a { background-color: rgb(237,201,57); }
div.DivClassName
{
background-color: #EDC939;
}
.BgClassName
{
background-color: #EDC939;
}
</style>
border-color css
<style>
span { border-color: #EDC939; }
span { border-color: rgb(237,201,57); }
td.TdClassName
{
border-color: #EDC939;
}
.TagClassName
{
border-color: #EDC939;
}
</style>