Shades of Saffron #ECC938
Tints of Saffron #ECC938
RGB
CMYK
RGB Variations
Color information
#ECC938 (or 0xECC938) is known color: Saffron. HEX triplet: EC, C9 and 38. RGB value is (236,201,56). Sum of RGB (Red+Green+Blue) = 236+201+56=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC938 is #1336C7. Grayscale: #C3C3C3. Windows color (decimal): -1259208 or 3721708. OLE color: 3721708.
HSL color Cylindrical-coordinate representation of color #ECC938: hue angle of 48.33º degrees, saturation: 0.83, 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 #ECC938 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 56 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.07 |
| HSL | 48.33º | 0.83% | 0.57% | - |
| HSV(B) | 48.33º | 0.76% | 0.93% | - |
| XYZ | 56.19 | 59.89 | 12.34 | - |
| YUV | 194.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 56 | 0 | 0.15 | 0.76 | 0.07 | 48.33 | 0.83 | 0.57 |
| Hex | EC | C9 | 38 | 0 | F | 4C | 7 | 30 | 53 | 39 |
| Octal | 354 | 311 | 70 | 0 | 17 | 114 | 7 | 60 | 123 | 71 |
| Binary | 11101100 | 11001001 | 111000 | 0 | 1111 | 1001100 | 111 | 110000 | 1010011 | 111001 |
Color Harmonies of #ECC938
Complementary color
Monochromatic Colors of #ECC938
Black with #ECC938
Text Example
Text Example
White with #ECC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC938; }
p { color: rgb(236,201,56); }
H1.HeaderClassName
{
color: #ECC938;
}
.AnyTagClassName
{
color: #ECC938;
}
</style>
background-color css
<style>
a { background-color: #ECC938; }
a { background-color: rgb(236,201,56); }
div.DivClassName
{
background-color: #ECC938;
}
.BgClassName
{
background-color: #ECC938;
}
</style>
border-color css
<style>
span { border-color: #ECC938; }
span { border-color: rgb(236,201,56); }
td.TdClassName
{
border-color: #ECC938;
}
.TagClassName
{
border-color: #ECC938;
}
</style>