Shades of Saffron #ECBE3F
Tints of Saffron #ECBE3F
RGB
CMYK
RGB Variations
Color information
#ECBE3F (or 0xECBE3F) is known color: Saffron. HEX triplet: EC, BE and 3F. RGB value is (236,190,63). Sum of RGB (Red+Green+Blue) = 236+190+63=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE3F is #1341C0. Grayscale: #BDBDBD. Windows color (decimal): -1262017 or 4177644. OLE color: 4177644.
HSL color Cylindrical-coordinate representation of color #ECBE3F: hue angle of 44.05º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECBE3F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 63 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.05º | 0.82% | 0.59% | - |
| HSV(B) | 44.05º | 0.73% | 0.93% | - |
| XYZ | 53.9 | 55.02 | 12.48 | - |
| YUV | 189.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 63 | 0 | 0.19 | 0.73 | 0.07 | 44.05 | 0.82 | 0.59 |
| Hex | EC | BE | 3F | 0 | 13 | 49 | 7 | 2C | 52 | 3B |
| Octal | 354 | 276 | 77 | 0 | 23 | 111 | 7 | 54 | 122 | 73 |
| Binary | 11101100 | 10111110 | 111111 | 0 | 10011 | 1001001 | 111 | 101100 | 1010010 | 111011 |
Color Harmonies of #ECBE3F
Complementary color
Monochromatic Colors of #ECBE3F
Black with #ECBE3F
Text Example
Text Example
White with #ECBE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE3F; }
p { color: rgb(236,190,63); }
H1.HeaderClassName
{
color: #ECBE3F;
}
.AnyTagClassName
{
color: #ECBE3F;
}
</style>
background-color css
<style>
a { background-color: #ECBE3F; }
a { background-color: rgb(236,190,63); }
div.DivClassName
{
background-color: #ECBE3F;
}
.BgClassName
{
background-color: #ECBE3F;
}
</style>
border-color css
<style>
span { border-color: #ECBE3F; }
span { border-color: rgb(236,190,63); }
td.TdClassName
{
border-color: #ECBE3F;
}
.TagClassName
{
border-color: #ECBE3F;
}
</style>