Shades of Saffron #ECC238
Tints of Saffron #ECC238
RGB
CMYK
RGB Variations
Color information
#ECC238 (or 0xECC238) is known color: Saffron. HEX triplet: EC, C2 and 38. RGB value is (236,194,56). Sum of RGB (Red+Green+Blue) = 236+194+56=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 56 (22.27% from 255 or 11.52% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC238 is #133DC7. Grayscale: #BFBFBF. Windows color (decimal): -1261000 or 3719916. OLE color: 3719916.
HSL color Cylindrical-coordinate representation of color #ECC238: hue angle of 46º 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 #ECC238 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 56 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.07 |
| HSL | 46º | 0.83% | 0.57% | - |
| HSV(B) | 46º | 0.76% | 0.93% | - |
| XYZ | 54.6 | 56.7 | 11.81 | - |
| YUV | 190.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 56 | 0 | 0.18 | 0.76 | 0.07 | 46 | 0.83 | 0.57 |
| Hex | EC | C2 | 38 | 0 | 12 | 4C | 7 | 2E | 53 | 39 |
| Octal | 354 | 302 | 70 | 0 | 22 | 114 | 7 | 56 | 123 | 71 |
| Binary | 11101100 | 11000010 | 111000 | 0 | 10010 | 1001100 | 111 | 101110 | 1010011 | 111001 |
Color Harmonies of #ECC238
Complementary color
Monochromatic Colors of #ECC238
Black with #ECC238
Text Example
Text Example
White with #ECC238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC238; }
p { color: rgb(236,194,56); }
H1.HeaderClassName
{
color: #ECC238;
}
.AnyTagClassName
{
color: #ECC238;
}
</style>
background-color css
<style>
a { background-color: #ECC238; }
a { background-color: rgb(236,194,56); }
div.DivClassName
{
background-color: #ECC238;
}
.BgClassName
{
background-color: #ECC238;
}
</style>
border-color css
<style>
span { border-color: #ECC238; }
span { border-color: rgb(236,194,56); }
td.TdClassName
{
border-color: #ECC238;
}
.TagClassName
{
border-color: #ECC238;
}
</style>