Shades of Saffron #EBBE3E
Tints of Saffron #EBBE3E
RGB
CMYK
RGB Variations
Color information
#EBBE3E (or 0xEBBE3E) is known color: Saffron. HEX triplet: EB, BE and 3E. RGB value is (235,190,62). Sum of RGB (Red+Green+Blue) = 235+190+62=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBBE3E is #1441C1. Grayscale: #BDBDBD. Windows color (decimal): -1327554 or 4112107. OLE color: 4112107.
HSL color Cylindrical-coordinate representation of color #EBBE3E: hue angle of 44.39º 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 #EBBE3E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.08 |
| HSL | 44.39º | 0.81% | 0.58% | - |
| HSV(B) | 44.39º | 0.74% | 0.92% | - |
| XYZ | 53.54 | 54.84 | 12.32 | - |
| YUV | 188.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 62 | 0 | 0.19 | 0.74 | 0.08 | 44.39 | 0.81 | 0.58 |
| Hex | EB | BE | 3E | 0 | 13 | 4A | 8 | 2C | 51 | 3A |
| Octal | 353 | 276 | 76 | 0 | 23 | 112 | 10 | 54 | 121 | 72 |
| Binary | 11101011 | 10111110 | 111110 | 0 | 10011 | 1001010 | 1000 | 101100 | 1010001 | 111010 |
Color Harmonies of #EBBE3E
Complementary color
Monochromatic Colors of #EBBE3E
Black with #EBBE3E
Text Example
Text Example
White with #EBBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBE3E; }
p { color: rgb(235,190,62); }
H1.HeaderClassName
{
color: #EBBE3E;
}
.AnyTagClassName
{
color: #EBBE3E;
}
</style>
background-color css
<style>
a { background-color: #EBBE3E; }
a { background-color: rgb(235,190,62); }
div.DivClassName
{
background-color: #EBBE3E;
}
.BgClassName
{
background-color: #EBBE3E;
}
</style>
border-color css
<style>
span { border-color: #EBBE3E; }
span { border-color: rgb(235,190,62); }
td.TdClassName
{
border-color: #EBBE3E;
}
.TagClassName
{
border-color: #EBBE3E;
}
</style>