Shades of Saffron #EDBC3E
Tints of Saffron #EDBC3E
RGB
CMYK
RGB Variations
Color information
#EDBC3E (or 0xEDBC3E) is known color: Saffron. HEX triplet: ED, BC and 3E. RGB value is (237,188,62). Sum of RGB (Red+Green+Blue) = 237+188+62=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC3E is #1243C1. Grayscale: #BCBCBC. Windows color (decimal): -1196994 or 4111597. OLE color: 4111597.
HSL color Cylindrical-coordinate representation of color #EDBC3E: hue angle of 43.2º 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 #EDBC3E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 62 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.07 |
| HSL | 43.2º | 0.83% | 0.59% | - |
| HSV(B) | 43.2º | 0.74% | 0.93% | - |
| XYZ | 53.78 | 54.32 | 12.21 | - |
| YUV | 188.29 | 56.73 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 62 | 0 | 0.21 | 0.74 | 0.07 | 43.2 | 0.83 | 0.59 |
| Hex | ED | BC | 3E | 0 | 15 | 4A | 7 | 2B | 53 | 3B |
| Octal | 355 | 274 | 76 | 0 | 25 | 112 | 7 | 53 | 123 | 73 |
| Binary | 11101101 | 10111100 | 111110 | 0 | 10101 | 1001010 | 111 | 101011 | 1010011 | 111011 |
Color Harmonies of #EDBC3E
Complementary color
Monochromatic Colors of #EDBC3E
Black with #EDBC3E
Text Example
Text Example
White with #EDBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC3E; }
p { color: rgb(237,188,62); }
H1.HeaderClassName
{
color: #EDBC3E;
}
.AnyTagClassName
{
color: #EDBC3E;
}
</style>
background-color css
<style>
a { background-color: #EDBC3E; }
a { background-color: rgb(237,188,62); }
div.DivClassName
{
background-color: #EDBC3E;
}
.BgClassName
{
background-color: #EDBC3E;
}
</style>
border-color css
<style>
span { border-color: #EDBC3E; }
span { border-color: rgb(237,188,62); }
td.TdClassName
{
border-color: #EDBC3E;
}
.TagClassName
{
border-color: #EDBC3E;
}
</style>