Shades of Saffron #ECC339
Tints of Saffron #ECC339
RGB
CMYK
RGB Variations
Color information
#ECC339 (or 0xECC339) is known color: Saffron. HEX triplet: EC, C3 and 39. RGB value is (236,195,57). Sum of RGB (Red+Green+Blue) = 236+195+57=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC339 is #133CC6. Grayscale: #C0C0C0. Windows color (decimal): -1260743 or 3785708. OLE color: 3785708.
HSL color Cylindrical-coordinate representation of color #ECC339: hue angle of 46.26º 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 #ECC339 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 57 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.07 |
| HSL | 46.26º | 0.82% | 0.57% | - |
| HSV(B) | 46.26º | 0.76% | 0.93% | - |
| XYZ | 54.85 | 57.16 | 12.01 | - |
| YUV | 191.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 57 | 0 | 0.17 | 0.76 | 0.07 | 46.26 | 0.82 | 0.57 |
| Hex | EC | C3 | 39 | 0 | 11 | 4C | 7 | 2E | 52 | 39 |
| Octal | 354 | 303 | 71 | 0 | 21 | 114 | 7 | 56 | 122 | 71 |
| Binary | 11101100 | 11000011 | 111001 | 0 | 10001 | 1001100 | 111 | 101110 | 1010010 | 111001 |
Color Harmonies of #ECC339
Complementary color
Monochromatic Colors of #ECC339
Black with #ECC339
Text Example
Text Example
White with #ECC339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC339; }
p { color: rgb(236,195,57); }
H1.HeaderClassName
{
color: #ECC339;
}
.AnyTagClassName
{
color: #ECC339;
}
</style>
background-color css
<style>
a { background-color: #ECC339; }
a { background-color: rgb(236,195,57); }
div.DivClassName
{
background-color: #ECC339;
}
.BgClassName
{
background-color: #ECC339;
}
</style>
border-color css
<style>
span { border-color: #ECC339; }
span { border-color: rgb(236,195,57); }
td.TdClassName
{
border-color: #ECC339;
}
.TagClassName
{
border-color: #ECC339;
}
</style>