Shades of Saffron #EDC53D
Tints of Saffron #EDC53D
RGB
CMYK
RGB Variations
Color information
#EDC53D (or 0xEDC53D) is known color: Saffron. HEX triplet: ED, C5 and 3D. RGB value is (237,197,61). Sum of RGB (Red+Green+Blue) = 237+197+61=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC53D is #123AC2. Grayscale: #C2C2C2. Windows color (decimal): -1194691 or 4048365. OLE color: 4048365.
HSL color Cylindrical-coordinate representation of color #EDC53D: hue angle of 46.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDC53D is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 61 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.07 |
| HSL | 46.36º | 0.83% | 0.58% | - |
| HSV(B) | 46.36º | 0.74% | 0.93% | - |
| XYZ | 55.73 | 58.27 | 12.73 | - |
| YUV | 193.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 61 | 0 | 0.17 | 0.74 | 0.07 | 46.36 | 0.83 | 0.58 |
| Hex | ED | C5 | 3D | 0 | 11 | 4A | 7 | 2E | 53 | 3A |
| Octal | 355 | 305 | 75 | 0 | 21 | 112 | 7 | 56 | 123 | 72 |
| Binary | 11101101 | 11000101 | 111101 | 0 | 10001 | 1001010 | 111 | 101110 | 1010011 | 111010 |
Color Harmonies of #EDC53D
Complementary color
Monochromatic Colors of #EDC53D
Black with #EDC53D
Text Example
Text Example
White with #EDC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC53D; }
p { color: rgb(237,197,61); }
H1.HeaderClassName
{
color: #EDC53D;
}
.AnyTagClassName
{
color: #EDC53D;
}
</style>
background-color css
<style>
a { background-color: #EDC53D; }
a { background-color: rgb(237,197,61); }
div.DivClassName
{
background-color: #EDC53D;
}
.BgClassName
{
background-color: #EDC53D;
}
</style>
border-color css
<style>
span { border-color: #EDC53D; }
span { border-color: rgb(237,197,61); }
td.TdClassName
{
border-color: #EDC53D;
}
.TagClassName
{
border-color: #EDC53D;
}
</style>