Shades of Drover #FFEBA5
Tints of Drover #FFEBA5
RGB
CMYK
RGB Variations
Color information
#FFEBA5 (or 0xFFEBA5) is known color: Drover. HEX triplet: FF, EB and A5. RGB value is (255,235,165). Sum of RGB (Red+Green+Blue) = 255+235+165=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 165 (64.84% from 255 or 25.19% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEBA5 is #00145A. Grayscale: #E9E9E9. Windows color (decimal): -5211 or 10873855. OLE color: 10873855.
HSL color Cylindrical-coordinate representation of color #FFEBA5: hue angle of 46.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFEBA5 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 165 | - |
| CMYK | 0 | 0.08 | 0.35 | 0 |
| HSL | 46.67º | 1% | 0.82% | - |
| HSV(B) | 46.67º | 0.35% | 1% | - |
| XYZ | 77.74 | 83.39 | 47.6 | - |
| YUV | 233 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 165 | 0 | 0.08 | 0.35 | 0 | 46.67 | 1 | 0.82 |
| Hex | FF | EB | A5 | 0 | 8 | 23 | 0 | 2F | 64 | 52 |
| Octal | 377 | 353 | 245 | 0 | 10 | 43 | 0 | 57 | 144 | 122 |
| Binary | 11111111 | 11101011 | 10100101 | 0 | 1000 | 100011 | 0 | 101111 | 1100100 | 1010010 |
Color Harmonies of #FFEBA5
Complementary color
Monochromatic Colors of #FFEBA5
Black with #FFEBA5
Text Example
Text Example
White with #FFEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEBA5; }
p { color: rgb(255,235,165); }
H1.HeaderClassName
{
color: #FFEBA5;
}
.AnyTagClassName
{
color: #FFEBA5;
}
</style>
background-color css
<style>
a { background-color: #FFEBA5; }
a { background-color: rgb(255,235,165); }
div.DivClassName
{
background-color: #FFEBA5;
}
.BgClassName
{
background-color: #FFEBA5;
}
</style>
border-color css
<style>
span { border-color: #FFEBA5; }
span { border-color: rgb(255,235,165); }
td.TdClassName
{
border-color: #FFEBA5;
}
.TagClassName
{
border-color: #FFEBA5;
}
</style>