Shades of Saffron #ECC139
Tints of Saffron #ECC139
RGB
CMYK
RGB Variations
Color information
#ECC139 (or 0xECC139) is known color: Saffron. HEX triplet: EC, C1 and 39. RGB value is (236,193,57). Sum of RGB (Red+Green+Blue) = 236+193+57=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC139 is #133EC6. Grayscale: #BEBEBE. Windows color (decimal): -1261255 or 3785196. OLE color: 3785196.
HSL color Cylindrical-coordinate representation of color #ECC139: hue angle of 45.59º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECC139 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 57 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.07 |
| HSL | 45.59º | 0.82% | 0.57% | - |
| HSV(B) | 45.59º | 0.76% | 0.93% | - |
| XYZ | 54.4 | 56.27 | 11.86 | - |
| YUV | 190.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 57 | 0 | 0.18 | 0.76 | 0.07 | 45.59 | 0.82 | 0.57 |
| Hex | EC | C1 | 39 | 0 | 12 | 4C | 7 | 2E | 52 | 39 |
| Octal | 354 | 301 | 71 | 0 | 22 | 114 | 7 | 56 | 122 | 71 |
| Binary | 11101100 | 11000001 | 111001 | 0 | 10010 | 1001100 | 111 | 101110 | 1010010 | 111001 |
Color Harmonies of #ECC139
Complementary color
Monochromatic Colors of #ECC139
Black with #ECC139
Text Example
Text Example
White with #ECC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC139; }
p { color: rgb(236,193,57); }
H1.HeaderClassName
{
color: #ECC139;
}
.AnyTagClassName
{
color: #ECC139;
}
</style>
background-color css
<style>
a { background-color: #ECC139; }
a { background-color: rgb(236,193,57); }
div.DivClassName
{
background-color: #ECC139;
}
.BgClassName
{
background-color: #ECC139;
}
</style>
border-color css
<style>
span { border-color: #ECC139; }
span { border-color: rgb(236,193,57); }
td.TdClassName
{
border-color: #ECC139;
}
.TagClassName
{
border-color: #ECC139;
}
</style>