Shades of Saffron #ECC33A
Tints of Saffron #ECC33A
RGB
CMYK
RGB Variations
Color information
#ECC33A (or 0xECC33A) is known color: Saffron. HEX triplet: EC, C3 and 3A. RGB value is (236,195,58). Sum of RGB (Red+Green+Blue) = 236+195+58=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC33A is #133CC5. Grayscale: #C0C0C0. Windows color (decimal): -1260742 or 3851244. OLE color: 3851244.
HSL color Cylindrical-coordinate representation of color #ECC33A: hue angle of 46.18º 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 #ECC33A is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 58 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.07 |
| HSL | 46.18º | 0.82% | 0.58% | - |
| HSV(B) | 46.18º | 0.75% | 0.93% | - |
| XYZ | 54.87 | 57.17 | 12.15 | - |
| YUV | 191.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 58 | 0 | 0.17 | 0.75 | 0.07 | 46.18 | 0.82 | 0.58 |
| Hex | EC | C3 | 3A | 0 | 11 | 4B | 7 | 2E | 52 | 3A |
| Octal | 354 | 303 | 72 | 0 | 21 | 113 | 7 | 56 | 122 | 72 |
| Binary | 11101100 | 11000011 | 111010 | 0 | 10001 | 1001011 | 111 | 101110 | 1010010 | 111010 |
Color Harmonies of #ECC33A
Complementary color
Monochromatic Colors of #ECC33A
Black with #ECC33A
Text Example
Text Example
White with #ECC33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC33A; }
p { color: rgb(236,195,58); }
H1.HeaderClassName
{
color: #ECC33A;
}
.AnyTagClassName
{
color: #ECC33A;
}
</style>
background-color css
<style>
a { background-color: #ECC33A; }
a { background-color: rgb(236,195,58); }
div.DivClassName
{
background-color: #ECC33A;
}
.BgClassName
{
background-color: #ECC33A;
}
</style>
border-color css
<style>
span { border-color: #ECC33A; }
span { border-color: rgb(236,195,58); }
td.TdClassName
{
border-color: #ECC33A;
}
.TagClassName
{
border-color: #ECC33A;
}
</style>