Shades of Saffron #ECBD3E
Tints of Saffron #ECBD3E
RGB
CMYK
RGB Variations
Color information
#ECBD3E (or 0xECBD3E) is known color: Saffron. HEX triplet: EC, BD and 3E. RGB value is (236,189,62). Sum of RGB (Red+Green+Blue) = 236+189+62=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD3E is #1342C1. Grayscale: #BDBDBD. Windows color (decimal): -1262274 or 4111852. OLE color: 4111852.
HSL color Cylindrical-coordinate representation of color #ECBD3E: hue angle of 43.79º 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 #ECBD3E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 62 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.07 |
| HSL | 43.79º | 0.82% | 0.58% | - |
| HSV(B) | 43.79º | 0.74% | 0.93% | - |
| XYZ | 53.66 | 54.58 | 12.26 | - |
| YUV | 188.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 62 | 0 | 0.20 | 0.74 | 0.07 | 43.79 | 0.82 | 0.58 |
| Hex | EC | BD | 3E | 0 | 14 | 4A | 7 | 2C | 52 | 3A |
| Octal | 354 | 275 | 76 | 0 | 24 | 112 | 7 | 54 | 122 | 72 |
| Binary | 11101100 | 10111101 | 111110 | 0 | 10100 | 1001010 | 111 | 101100 | 1010010 | 111010 |
Color Harmonies of #ECBD3E
Complementary color
Monochromatic Colors of #ECBD3E
Black with #ECBD3E
Text Example
Text Example
White with #ECBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD3E; }
p { color: rgb(236,189,62); }
H1.HeaderClassName
{
color: #ECBD3E;
}
.AnyTagClassName
{
color: #ECBD3E;
}
</style>
background-color css
<style>
a { background-color: #ECBD3E; }
a { background-color: rgb(236,189,62); }
div.DivClassName
{
background-color: #ECBD3E;
}
.BgClassName
{
background-color: #ECBD3E;
}
</style>
border-color css
<style>
span { border-color: #ECBD3E; }
span { border-color: rgb(236,189,62); }
td.TdClassName
{
border-color: #ECBD3E;
}
.TagClassName
{
border-color: #ECBD3E;
}
</style>