Shades of Saffron #EDC134
Tints of Saffron #EDC134
RGB
CMYK
RGB Variations
Color information
#EDC134 (or 0xEDC134) is known color: Saffron. HEX triplet: ED, C1 and 34. RGB value is (237,193,52). Sum of RGB (Red+Green+Blue) = 237+193+52=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC134 is #123ECB. Grayscale: #BEBEBE. Windows color (decimal): -1195724 or 3457517. OLE color: 3457517.
HSL color Cylindrical-coordinate representation of color #EDC134: hue angle of 45.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDC134 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 52 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.07 |
| HSL | 45.73º | 0.84% | 0.57% | - |
| HSV(B) | 45.73º | 0.78% | 0.93% | - |
| XYZ | 54.61 | 56.39 | 11.26 | - |
| YUV | 190.08 | 50.08 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 52 | 0 | 0.19 | 0.78 | 0.07 | 45.73 | 0.84 | 0.57 |
| Hex | ED | C1 | 34 | 0 | 13 | 4E | 7 | 2E | 54 | 39 |
| Octal | 355 | 301 | 64 | 0 | 23 | 116 | 7 | 56 | 124 | 71 |
| Binary | 11101101 | 11000001 | 110100 | 0 | 10011 | 1001110 | 111 | 101110 | 1010100 | 111001 |
Color Harmonies of #EDC134
Complementary color
Monochromatic Colors of #EDC134
Black with #EDC134
Text Example
Text Example
White with #EDC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC134; }
p { color: rgb(237,193,52); }
H1.HeaderClassName
{
color: #EDC134;
}
.AnyTagClassName
{
color: #EDC134;
}
</style>
background-color css
<style>
a { background-color: #EDC134; }
a { background-color: rgb(237,193,52); }
div.DivClassName
{
background-color: #EDC134;
}
.BgClassName
{
background-color: #EDC134;
}
</style>
border-color css
<style>
span { border-color: #EDC134; }
span { border-color: rgb(237,193,52); }
td.TdClassName
{
border-color: #EDC134;
}
.TagClassName
{
border-color: #EDC134;
}
</style>