Shades of Saffron #ECC23B
Tints of Saffron #ECC23B
RGB
CMYK
RGB Variations
Color information
#ECC23B (or 0xECC23B) is known color: Saffron. HEX triplet: EC, C2 and 3B. RGB value is (236,194,59). Sum of RGB (Red+Green+Blue) = 236+194+59=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC23B is #133DC4. Grayscale: #BFBFBF. Windows color (decimal): -1260997 or 3916524. OLE color: 3916524.
HSL color Cylindrical-coordinate representation of color #ECC23B: hue angle of 45.76º 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 #ECC23B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 59 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.07 |
| HSL | 45.76º | 0.82% | 0.58% | - |
| HSV(B) | 45.76º | 0.75% | 0.93% | - |
| XYZ | 54.67 | 56.73 | 12.21 | - |
| YUV | 191.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 59 | 0 | 0.18 | 0.75 | 0.07 | 45.76 | 0.82 | 0.58 |
| Hex | EC | C2 | 3B | 0 | 12 | 4B | 7 | 2E | 52 | 3A |
| Octal | 354 | 302 | 73 | 0 | 22 | 113 | 7 | 56 | 122 | 72 |
| Binary | 11101100 | 11000010 | 111011 | 0 | 10010 | 1001011 | 111 | 101110 | 1010010 | 111010 |
Color Harmonies of #ECC23B
Complementary color
Monochromatic Colors of #ECC23B
Black with #ECC23B
Text Example
Text Example
White with #ECC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC23B; }
p { color: rgb(236,194,59); }
H1.HeaderClassName
{
color: #ECC23B;
}
.AnyTagClassName
{
color: #ECC23B;
}
</style>
background-color css
<style>
a { background-color: #ECC23B; }
a { background-color: rgb(236,194,59); }
div.DivClassName
{
background-color: #ECC23B;
}
.BgClassName
{
background-color: #ECC23B;
}
</style>
border-color css
<style>
span { border-color: #ECC23B; }
span { border-color: rgb(236,194,59); }
td.TdClassName
{
border-color: #ECC23B;
}
.TagClassName
{
border-color: #ECC23B;
}
</style>