Shades of Saffron #EDC43D
Tints of Saffron #EDC43D
RGB
CMYK
RGB Variations
Color information
#EDC43D (or 0xEDC43D) is known color: Saffron. HEX triplet: ED, C4 and 3D. RGB value is (237,196,61). Sum of RGB (Red+Green+Blue) = 237+196+61=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC43D is #123BC2. Grayscale: #C1C1C1. Windows color (decimal): -1194947 or 4048109. OLE color: 4048109.
HSL color Cylindrical-coordinate representation of color #EDC43D: hue angle of 46.02º 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 #EDC43D is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 61 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.07 |
| HSL | 46.02º | 0.83% | 0.58% | - |
| HSV(B) | 46.02º | 0.74% | 0.93% | - |
| XYZ | 55.51 | 57.82 | 12.65 | - |
| YUV | 192.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 61 | 0 | 0.17 | 0.74 | 0.07 | 46.02 | 0.83 | 0.58 |
| Hex | ED | C4 | 3D | 0 | 11 | 4A | 7 | 2E | 53 | 3A |
| Octal | 355 | 304 | 75 | 0 | 21 | 112 | 7 | 56 | 123 | 72 |
| Binary | 11101101 | 11000100 | 111101 | 0 | 10001 | 1001010 | 111 | 101110 | 1010011 | 111010 |
Color Harmonies of #EDC43D
Complementary color
Monochromatic Colors of #EDC43D
Black with #EDC43D
Text Example
Text Example
White with #EDC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC43D; }
p { color: rgb(237,196,61); }
H1.HeaderClassName
{
color: #EDC43D;
}
.AnyTagClassName
{
color: #EDC43D;
}
</style>
background-color css
<style>
a { background-color: #EDC43D; }
a { background-color: rgb(237,196,61); }
div.DivClassName
{
background-color: #EDC43D;
}
.BgClassName
{
background-color: #EDC43D;
}
</style>
border-color css
<style>
span { border-color: #EDC43D; }
span { border-color: rgb(237,196,61); }
td.TdClassName
{
border-color: #EDC43D;
}
.TagClassName
{
border-color: #EDC43D;
}
</style>