Shades of Saffron #ECC336
Tints of Saffron #ECC336
RGB
CMYK
RGB Variations
Color information
#ECC336 (or 0xECC336) is known color: Saffron. HEX triplet: EC, C3 and 36. RGB value is (236,195,54). Sum of RGB (Red+Green+Blue) = 236+195+54=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC336 is #133CC9. Grayscale: #BFBFBF. Windows color (decimal): -1260746 or 3589100. OLE color: 3589100.
HSL color Cylindrical-coordinate representation of color #ECC336: hue angle of 46.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECC336 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 54 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.07 |
| HSL | 46.48º | 0.83% | 0.57% | - |
| HSV(B) | 46.48º | 0.77% | 0.93% | - |
| XYZ | 54.77 | 57.13 | 11.63 | - |
| YUV | 191.19 | 50.58 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 54 | 0 | 0.17 | 0.77 | 0.07 | 46.48 | 0.83 | 0.57 |
| Hex | EC | C3 | 36 | 0 | 11 | 4D | 7 | 2E | 53 | 39 |
| Octal | 354 | 303 | 66 | 0 | 21 | 115 | 7 | 56 | 123 | 71 |
| Binary | 11101100 | 11000011 | 110110 | 0 | 10001 | 1001101 | 111 | 101110 | 1010011 | 111001 |
Color Harmonies of #ECC336
Complementary color
Monochromatic Colors of #ECC336
Black with #ECC336
Text Example
Text Example
White with #ECC336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC336; }
p { color: rgb(236,195,54); }
H1.HeaderClassName
{
color: #ECC336;
}
.AnyTagClassName
{
color: #ECC336;
}
</style>
background-color css
<style>
a { background-color: #ECC336; }
a { background-color: rgb(236,195,54); }
div.DivClassName
{
background-color: #ECC336;
}
.BgClassName
{
background-color: #ECC336;
}
</style>
border-color css
<style>
span { border-color: #ECC336; }
span { border-color: rgb(236,195,54); }
td.TdClassName
{
border-color: #ECC336;
}
.TagClassName
{
border-color: #ECC336;
}
</style>