Shades of Saffron #EDBC3C
Tints of Saffron #EDBC3C
RGB
CMYK
RGB Variations
Color information
#EDBC3C (or 0xEDBC3C) is known color: Saffron. HEX triplet: ED, BC and 3C. RGB value is (237,188,60). Sum of RGB (Red+Green+Blue) = 237+188+60=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC3C is #1243C3. Grayscale: #BCBCBC. Windows color (decimal): -1196996 or 3980525. OLE color: 3980525.
HSL color Cylindrical-coordinate representation of color #EDBC3C: hue angle of 43.39º degrees, saturation: 0.83, 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 #EDBC3C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 60 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.07 |
| HSL | 43.39º | 0.83% | 0.58% | - |
| HSV(B) | 43.39º | 0.75% | 0.93% | - |
| XYZ | 53.72 | 54.3 | 11.92 | - |
| YUV | 188.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 60 | 0 | 0.21 | 0.75 | 0.07 | 43.39 | 0.83 | 0.58 |
| Hex | ED | BC | 3C | 0 | 15 | 4B | 7 | 2B | 53 | 3A |
| Octal | 355 | 274 | 74 | 0 | 25 | 113 | 7 | 53 | 123 | 72 |
| Binary | 11101101 | 10111100 | 111100 | 0 | 10101 | 1001011 | 111 | 101011 | 1010011 | 111010 |
Color Harmonies of #EDBC3C
Complementary color
Monochromatic Colors of #EDBC3C
Black with #EDBC3C
Text Example
Text Example
White with #EDBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC3C; }
p { color: rgb(237,188,60); }
H1.HeaderClassName
{
color: #EDBC3C;
}
.AnyTagClassName
{
color: #EDBC3C;
}
</style>
background-color css
<style>
a { background-color: #EDBC3C; }
a { background-color: rgb(237,188,60); }
div.DivClassName
{
background-color: #EDBC3C;
}
.BgClassName
{
background-color: #EDBC3C;
}
</style>
border-color css
<style>
span { border-color: #EDBC3C; }
span { border-color: rgb(237,188,60); }
td.TdClassName
{
border-color: #EDBC3C;
}
.TagClassName
{
border-color: #EDBC3C;
}
</style>