Shades of Saffron #EDBF3C
Tints of Saffron #EDBF3C
RGB
CMYK
RGB Variations
Color information
#EDBF3C (or 0xEDBF3C) is known color: Saffron. HEX triplet: ED, BF and 3C. RGB value is (237,191,60). Sum of RGB (Red+Green+Blue) = 237+191+60=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF3C is #1240C3. Grayscale: #BEBEBE. Windows color (decimal): -1196228 or 3981293. OLE color: 3981293.
HSL color Cylindrical-coordinate representation of color #EDBF3C: hue angle of 44.41º 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 #EDBF3C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.07 |
| HSL | 44.41º | 0.83% | 0.58% | - |
| HSV(B) | 44.41º | 0.75% | 0.93% | - |
| XYZ | 54.37 | 55.59 | 12.14 | - |
| YUV | 189.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 60 | 0 | 0.19 | 0.75 | 0.07 | 44.41 | 0.83 | 0.58 |
| Hex | ED | BF | 3C | 0 | 13 | 4B | 7 | 2C | 53 | 3A |
| Octal | 355 | 277 | 74 | 0 | 23 | 113 | 7 | 54 | 123 | 72 |
| Binary | 11101101 | 10111111 | 111100 | 0 | 10011 | 1001011 | 111 | 101100 | 1010011 | 111010 |
Color Harmonies of #EDBF3C
Complementary color
Monochromatic Colors of #EDBF3C
Black with #EDBF3C
Text Example
Text Example
White with #EDBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF3C; }
p { color: rgb(237,191,60); }
H1.HeaderClassName
{
color: #EDBF3C;
}
.AnyTagClassName
{
color: #EDBF3C;
}
</style>
background-color css
<style>
a { background-color: #EDBF3C; }
a { background-color: rgb(237,191,60); }
div.DivClassName
{
background-color: #EDBF3C;
}
.BgClassName
{
background-color: #EDBF3C;
}
</style>
border-color css
<style>
span { border-color: #EDBF3C; }
span { border-color: rgb(237,191,60); }
td.TdClassName
{
border-color: #EDBF3C;
}
.TagClassName
{
border-color: #EDBF3C;
}
</style>