Shades of Drover #FFEBA1
Tints of Drover #FFEBA1
RGB
CMYK
RGB Variations
Color information
#FFEBA1 (or 0xFFEBA1) is known color: Drover. HEX triplet: FF, EB and A1. RGB value is (255,235,161). Sum of RGB (Red+Green+Blue) = 255+235+161=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 161 (63.28% from 255 or 24.73% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBA1 is #00145E. Grayscale: #E8E8E8. Windows color (decimal): -5215 or 10611711. OLE color: 10611711.
HSL color Cylindrical-coordinate representation of color #FFEBA1: hue angle of 47.23º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFEBA1 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 161 | - |
| CMYK | 0 | 0.08 | 0.37 | 0 |
| HSL | 47.23º | 1% | 0.82% | - |
| HSV(B) | 47.23º | 0.37% | 1% | - |
| XYZ | 77.38 | 83.25 | 45.71 | - |
| YUV | 232.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 161 | 0 | 0.08 | 0.37 | 0 | 47.23 | 1 | 0.82 |
| Hex | FF | EB | A1 | 0 | 8 | 25 | 0 | 2F | 64 | 52 |
| Octal | 377 | 353 | 241 | 0 | 10 | 45 | 0 | 57 | 144 | 122 |
| Binary | 11111111 | 11101011 | 10100001 | 0 | 1000 | 100101 | 0 | 101111 | 1100100 | 1010010 |
Color Harmonies of #FFEBA1
Complementary color
Monochromatic Colors of #FFEBA1
Black with #FFEBA1
Text Example
Text Example
White with #FFEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBA1; }
p { color: rgb(255,235,161); }
H1.HeaderClassName
{
color: #FFEBA1;
}
.AnyTagClassName
{
color: #FFEBA1;
}
</style>
background-color css
<style>
a { background-color: #FFEBA1; }
a { background-color: rgb(255,235,161); }
div.DivClassName
{
background-color: #FFEBA1;
}
.BgClassName
{
background-color: #FFEBA1;
}
</style>
border-color css
<style>
span { border-color: #FFEBA1; }
span { border-color: rgb(255,235,161); }
td.TdClassName
{
border-color: #FFEBA1;
}
.TagClassName
{
border-color: #FFEBA1;
}
</style>