Shades of Saffron #EBBF3D
Tints of Saffron #EBBF3D
RGB
CMYK
RGB Variations
Color information
#EBBF3D (or 0xEBBF3D) is known color: Saffron. HEX triplet: EB, BF and 3D. RGB value is (235,191,61). Sum of RGB (Red+Green+Blue) = 235+191+61=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBF3D is #1440C2. Grayscale: #BDBDBD. Windows color (decimal): -1327299 or 4046827. OLE color: 4046827.
HSL color Cylindrical-coordinate representation of color #EBBF3D: hue angle of 44.83º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBBF3D is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 61 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.08 |
| HSL | 44.83º | 0.81% | 0.58% | - |
| HSV(B) | 44.83º | 0.74% | 0.92% | - |
| XYZ | 53.73 | 55.26 | 12.25 | - |
| YUV | 189.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 61 | 0 | 0.19 | 0.74 | 0.08 | 44.83 | 0.81 | 0.58 |
| Hex | EB | BF | 3D | 0 | 13 | 4A | 8 | 2D | 51 | 3A |
| Octal | 353 | 277 | 75 | 0 | 23 | 112 | 10 | 55 | 121 | 72 |
| Binary | 11101011 | 10111111 | 111101 | 0 | 10011 | 1001010 | 1000 | 101101 | 1010001 | 111010 |
Color Harmonies of #EBBF3D
Complementary color
Monochromatic Colors of #EBBF3D
Black with #EBBF3D
Text Example
Text Example
White with #EBBF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBF3D; }
p { color: rgb(235,191,61); }
H1.HeaderClassName
{
color: #EBBF3D;
}
.AnyTagClassName
{
color: #EBBF3D;
}
</style>
background-color css
<style>
a { background-color: #EBBF3D; }
a { background-color: rgb(235,191,61); }
div.DivClassName
{
background-color: #EBBF3D;
}
.BgClassName
{
background-color: #EBBF3D;
}
</style>
border-color css
<style>
span { border-color: #EBBF3D; }
span { border-color: rgb(235,191,61); }
td.TdClassName
{
border-color: #EBBF3D;
}
.TagClassName
{
border-color: #EBBF3D;
}
</style>