Shades of Saffron #EDC13D
Tints of Saffron #EDC13D
RGB
CMYK
RGB Variations
Color information
#EDC13D (or 0xEDC13D) is known color: Saffron. HEX triplet: ED, C1 and 3D. RGB value is (237,193,61). Sum of RGB (Red+Green+Blue) = 237+193+61=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC13D is #123EC2. Grayscale: #BFBFBF. Windows color (decimal): -1195715 or 4047341. OLE color: 4047341.
HSL color Cylindrical-coordinate representation of color #EDC13D: hue angle of 45º 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 #EDC13D is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 61 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 45º | 0.83% | 0.58% | - |
| HSV(B) | 45º | 0.74% | 0.93% | - |
| XYZ | 54.84 | 56.48 | 12.43 | - |
| YUV | 191.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 61 | 0 | 0.19 | 0.74 | 0.07 | 45 | 0.83 | 0.58 |
| Hex | ED | C1 | 3D | 0 | 13 | 4A | 7 | 2D | 53 | 3A |
| Octal | 355 | 301 | 75 | 0 | 23 | 112 | 7 | 55 | 123 | 72 |
| Binary | 11101101 | 11000001 | 111101 | 0 | 10011 | 1001010 | 111 | 101101 | 1010011 | 111010 |
Color Harmonies of #EDC13D
Complementary color
Monochromatic Colors of #EDC13D
Black with #EDC13D
Text Example
Text Example
White with #EDC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC13D; }
p { color: rgb(237,193,61); }
H1.HeaderClassName
{
color: #EDC13D;
}
.AnyTagClassName
{
color: #EDC13D;
}
</style>
background-color css
<style>
a { background-color: #EDC13D; }
a { background-color: rgb(237,193,61); }
div.DivClassName
{
background-color: #EDC13D;
}
.BgClassName
{
background-color: #EDC13D;
}
</style>
border-color css
<style>
span { border-color: #EDC13D; }
span { border-color: rgb(237,193,61); }
td.TdClassName
{
border-color: #EDC13D;
}
.TagClassName
{
border-color: #EDC13D;
}
</style>