Shades of Saffron #ECBF3E
Tints of Saffron #ECBF3E
RGB
CMYK
RGB Variations
Color information
#ECBF3E (or 0xECBF3E) is known color: Saffron. HEX triplet: EC, BF and 3E. RGB value is (236,191,62). Sum of RGB (Red+Green+Blue) = 236+191+62=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF3E is #1340C1. Grayscale: #BEBEBE. Windows color (decimal): -1261762 or 4112364. OLE color: 4112364.
HSL color Cylindrical-coordinate representation of color #ECBF3E: hue angle of 44.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECBF3E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 44.48º | 0.82% | 0.58% | - |
| HSV(B) | 44.48º | 0.74% | 0.93% | - |
| XYZ | 54.09 | 55.44 | 12.41 | - |
| YUV | 189.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 62 | 0 | 0.19 | 0.74 | 0.07 | 44.48 | 0.82 | 0.58 |
| Hex | EC | BF | 3E | 0 | 13 | 4A | 7 | 2C | 52 | 3A |
| Octal | 354 | 277 | 76 | 0 | 23 | 112 | 7 | 54 | 122 | 72 |
| Binary | 11101100 | 10111111 | 111110 | 0 | 10011 | 1001010 | 111 | 101100 | 1010010 | 111010 |
Color Harmonies of #ECBF3E
Complementary color
Monochromatic Colors of #ECBF3E
Black with #ECBF3E
Text Example
Text Example
White with #ECBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF3E; }
p { color: rgb(236,191,62); }
H1.HeaderClassName
{
color: #ECBF3E;
}
.AnyTagClassName
{
color: #ECBF3E;
}
</style>
background-color css
<style>
a { background-color: #ECBF3E; }
a { background-color: rgb(236,191,62); }
div.DivClassName
{
background-color: #ECBF3E;
}
.BgClassName
{
background-color: #ECBF3E;
}
</style>
border-color css
<style>
span { border-color: #ECBF3E; }
span { border-color: rgb(236,191,62); }
td.TdClassName
{
border-color: #ECBF3E;
}
.TagClassName
{
border-color: #ECBF3E;
}
</style>