Shades of Saffron #ECC33D
Tints of Saffron #ECC33D
RGB
CMYK
RGB Variations
Color information
#ECC33D (or 0xECC33D) is known color: Saffron. HEX triplet: EC, C3 and 3D. RGB value is (236,195,61). Sum of RGB (Red+Green+Blue) = 236+195+61=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC33D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC33D is #133CC2. Grayscale: #C0C0C0. Windows color (decimal): -1260739 or 4047852. OLE color: 4047852.
HSL color Cylindrical-coordinate representation of color #ECC33D: hue angle of 45.94º 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 #ECC33D is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 61 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.07 |
| HSL | 45.94º | 0.82% | 0.58% | - |
| HSV(B) | 45.94º | 0.74% | 0.93% | - |
| XYZ | 54.95 | 57.2 | 12.56 | - |
| YUV | 191.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 61 | 0 | 0.17 | 0.74 | 0.07 | 45.94 | 0.82 | 0.58 |
| Hex | EC | C3 | 3D | 0 | 11 | 4A | 7 | 2E | 52 | 3A |
| Octal | 354 | 303 | 75 | 0 | 21 | 112 | 7 | 56 | 122 | 72 |
| Binary | 11101100 | 11000011 | 111101 | 0 | 10001 | 1001010 | 111 | 101110 | 1010010 | 111010 |
Color Harmonies of #ECC33D
Complementary color
Monochromatic Colors of #ECC33D
Black with #ECC33D
Text Example
Text Example
White with #ECC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC33D; }
p { color: rgb(236,195,61); }
H1.HeaderClassName
{
color: #ECC33D;
}
.AnyTagClassName
{
color: #ECC33D;
}
</style>
background-color css
<style>
a { background-color: #ECC33D; }
a { background-color: rgb(236,195,61); }
div.DivClassName
{
background-color: #ECC33D;
}
.BgClassName
{
background-color: #ECC33D;
}
</style>
border-color css
<style>
span { border-color: #ECC33D; }
span { border-color: rgb(236,195,61); }
td.TdClassName
{
border-color: #ECC33D;
}
.TagClassName
{
border-color: #ECC33D;
}
</style>