Shades of Saffron #EDBF3E
Tints of Saffron #EDBF3E
RGB
CMYK
RGB Variations
Color information
#EDBF3E (or 0xEDBF3E) is known color: Saffron. HEX triplet: ED, BF and 3E. RGB value is (237,191,62). Sum of RGB (Red+Green+Blue) = 237+191+62=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBF3E is #1240C1. Grayscale: #BEBEBE. Windows color (decimal): -1196226 or 4112365. OLE color: 4112365.
HSL color Cylindrical-coordinate representation of color #EDBF3E: hue angle of 44.23º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDBF3E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.07 |
| HSL | 44.23º | 0.83% | 0.59% | - |
| HSV(B) | 44.23º | 0.74% | 0.93% | - |
| XYZ | 54.43 | 55.61 | 12.42 | - |
| YUV | 190.05 | 55.74 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 62 | 0 | 0.19 | 0.74 | 0.07 | 44.23 | 0.83 | 0.59 |
| Hex | ED | BF | 3E | 0 | 13 | 4A | 7 | 2C | 53 | 3B |
| Octal | 355 | 277 | 76 | 0 | 23 | 112 | 7 | 54 | 123 | 73 |
| Binary | 11101101 | 10111111 | 111110 | 0 | 10011 | 1001010 | 111 | 101100 | 1010011 | 111011 |
Color Harmonies of #EDBF3E
Complementary color
Monochromatic Colors of #EDBF3E
Black with #EDBF3E
Text Example
Text Example
White with #EDBF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF3E; }
p { color: rgb(237,191,62); }
H1.HeaderClassName
{
color: #EDBF3E;
}
.AnyTagClassName
{
color: #EDBF3E;
}
</style>
background-color css
<style>
a { background-color: #EDBF3E; }
a { background-color: rgb(237,191,62); }
div.DivClassName
{
background-color: #EDBF3E;
}
.BgClassName
{
background-color: #EDBF3E;
}
</style>
border-color css
<style>
span { border-color: #EDBF3E; }
span { border-color: rgb(237,191,62); }
td.TdClassName
{
border-color: #EDBF3E;
}
.TagClassName
{
border-color: #EDBF3E;
}
</style>