Shades of Saffron #ECBF3C
Tints of Saffron #ECBF3C
RGB
CMYK
RGB Variations
Color information
#ECBF3C (or 0xECBF3C) is known color: Saffron. HEX triplet: EC, BF and 3C. RGB value is (236,191,60). Sum of RGB (Red+Green+Blue) = 236+191+60=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF3C is #1340C3. Grayscale: #BEBEBE. Windows color (decimal): -1261764 or 3981292. OLE color: 3981292.
HSL color Cylindrical-coordinate representation of color #ECBF3C: hue angle of 44.66º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECBF3C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.07 |
| HSL | 44.66º | 0.82% | 0.58% | - |
| HSV(B) | 44.66º | 0.75% | 0.93% | - |
| XYZ | 54.04 | 55.42 | 12.12 | - |
| YUV | 189.52 | 54.91 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 60 | 0 | 0.19 | 0.75 | 0.07 | 44.66 | 0.82 | 0.58 |
| Hex | EC | BF | 3C | 0 | 13 | 4B | 7 | 2D | 52 | 3A |
| Octal | 354 | 277 | 74 | 0 | 23 | 113 | 7 | 55 | 122 | 72 |
| Binary | 11101100 | 10111111 | 111100 | 0 | 10011 | 1001011 | 111 | 101101 | 1010010 | 111010 |
Color Harmonies of #ECBF3C
Complementary color
Monochromatic Colors of #ECBF3C
Black with #ECBF3C
Text Example
Text Example
White with #ECBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF3C; }
p { color: rgb(236,191,60); }
H1.HeaderClassName
{
color: #ECBF3C;
}
.AnyTagClassName
{
color: #ECBF3C;
}
</style>
background-color css
<style>
a { background-color: #ECBF3C; }
a { background-color: rgb(236,191,60); }
div.DivClassName
{
background-color: #ECBF3C;
}
.BgClassName
{
background-color: #ECBF3C;
}
</style>
border-color css
<style>
span { border-color: #ECBF3C; }
span { border-color: rgb(236,191,60); }
td.TdClassName
{
border-color: #ECBF3C;
}
.TagClassName
{
border-color: #ECBF3C;
}
</style>