Shades of Saffron #EDC332
Tints of Saffron #EDC332
RGB
CMYK
RGB Variations
Color information
#EDC332 (or 0xEDC332) is known color: Saffron. HEX triplet: ED, C3 and 32. RGB value is (237,195,50). Sum of RGB (Red+Green+Blue) = 237+195+50=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC332 is #123CCD. Grayscale: #BFBFBF. Windows color (decimal): -1195214 or 3326957. OLE color: 3326957.
HSL color Cylindrical-coordinate representation of color #EDC332: hue angle of 46.52º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDC332 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.07 |
| HSL | 46.52º | 0.84% | 0.56% | - |
| HSV(B) | 46.52º | 0.79% | 0.93% | - |
| XYZ | 55.02 | 57.27 | 11.17 | - |
| YUV | 191.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 50 | 0 | 0.18 | 0.79 | 0.07 | 46.52 | 0.84 | 0.56 |
| Hex | ED | C3 | 32 | 0 | 12 | 4F | 7 | 2F | 54 | 38 |
| Octal | 355 | 303 | 62 | 0 | 22 | 117 | 7 | 57 | 124 | 70 |
| Binary | 11101101 | 11000011 | 110010 | 0 | 10010 | 1001111 | 111 | 101111 | 1010100 | 111000 |
Color Harmonies of #EDC332
Complementary color
Monochromatic Colors of #EDC332
Black with #EDC332
Text Example
Text Example
White with #EDC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC332; }
p { color: rgb(237,195,50); }
H1.HeaderClassName
{
color: #EDC332;
}
.AnyTagClassName
{
color: #EDC332;
}
</style>
background-color css
<style>
a { background-color: #EDC332; }
a { background-color: rgb(237,195,50); }
div.DivClassName
{
background-color: #EDC332;
}
.BgClassName
{
background-color: #EDC332;
}
</style>
border-color css
<style>
span { border-color: #EDC332; }
span { border-color: rgb(237,195,50); }
td.TdClassName
{
border-color: #EDC332;
}
.TagClassName
{
border-color: #EDC332;
}
</style>