Shades of Saffron #ECC634
Tints of Saffron #ECC634
RGB
CMYK
RGB Variations
Color information
#ECC634 (or 0xECC634) is known color: Saffron. HEX triplet: EC, C6 and 34. RGB value is (236,198,52). Sum of RGB (Red+Green+Blue) = 236+198+52=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC634 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC634 is #1339CB. Grayscale: #C1C1C1. Windows color (decimal): -1259980 or 3458796. OLE color: 3458796.
HSL color Cylindrical-coordinate representation of color #ECC634: hue angle of 47.61º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECC634 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 52 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.07 |
| HSL | 47.61º | 0.83% | 0.56% | - |
| HSV(B) | 47.61º | 0.78% | 0.93% | - |
| XYZ | 55.41 | 58.47 | 11.61 | - |
| YUV | 192.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 52 | 0 | 0.16 | 0.78 | 0.07 | 47.61 | 0.83 | 0.56 |
| Hex | EC | C6 | 34 | 0 | 10 | 4E | 7 | 30 | 53 | 38 |
| Octal | 354 | 306 | 64 | 0 | 20 | 116 | 7 | 60 | 123 | 70 |
| Binary | 11101100 | 11000110 | 110100 | 0 | 10000 | 1001110 | 111 | 110000 | 1010011 | 111000 |
Color Harmonies of #ECC634
Complementary color
Monochromatic Colors of #ECC634
Black with #ECC634
Text Example
Text Example
White with #ECC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC634; }
p { color: rgb(236,198,52); }
H1.HeaderClassName
{
color: #ECC634;
}
.AnyTagClassName
{
color: #ECC634;
}
</style>
background-color css
<style>
a { background-color: #ECC634; }
a { background-color: rgb(236,198,52); }
div.DivClassName
{
background-color: #ECC634;
}
.BgClassName
{
background-color: #ECC634;
}
</style>
border-color css
<style>
span { border-color: #ECC634; }
span { border-color: rgb(236,198,52); }
td.TdClassName
{
border-color: #ECC634;
}
.TagClassName
{
border-color: #ECC634;
}
</style>