Shades of Saffron #EDC135
Tints of Saffron #EDC135
RGB
CMYK
RGB Variations
Color information
#EDC135 (or 0xEDC135) is known color: Saffron. HEX triplet: ED, C1 and 35. RGB value is (237,193,53). Sum of RGB (Red+Green+Blue) = 237+193+53=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC135 is #123ECA. Grayscale: #BEBEBE. Windows color (decimal): -1195723 or 3523053. OLE color: 3523053.
HSL color Cylindrical-coordinate representation of color #EDC135: hue angle of 45.65º 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 #EDC135 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 53 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.07 |
| HSL | 45.65º | 0.84% | 0.57% | - |
| HSV(B) | 45.65º | 0.78% | 0.93% | - |
| XYZ | 54.64 | 56.4 | 11.38 | - |
| YUV | 190.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 53 | 0 | 0.19 | 0.78 | 0.07 | 45.65 | 0.84 | 0.57 |
| Hex | ED | C1 | 35 | 0 | 13 | 4E | 7 | 2E | 54 | 39 |
| Octal | 355 | 301 | 65 | 0 | 23 | 116 | 7 | 56 | 124 | 71 |
| Binary | 11101101 | 11000001 | 110101 | 0 | 10011 | 1001110 | 111 | 101110 | 1010100 | 111001 |
Color Harmonies of #EDC135
Complementary color
Monochromatic Colors of #EDC135
Black with #EDC135
Text Example
Text Example
White with #EDC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC135; }
p { color: rgb(237,193,53); }
H1.HeaderClassName
{
color: #EDC135;
}
.AnyTagClassName
{
color: #EDC135;
}
</style>
background-color css
<style>
a { background-color: #EDC135; }
a { background-color: rgb(237,193,53); }
div.DivClassName
{
background-color: #EDC135;
}
.BgClassName
{
background-color: #EDC135;
}
</style>
border-color css
<style>
span { border-color: #EDC135; }
span { border-color: rgb(237,193,53); }
td.TdClassName
{
border-color: #EDC135;
}
.TagClassName
{
border-color: #EDC135;
}
</style>