Shades of Drover #FEEBA5
Tints of Drover #FEEBA5
RGB
CMYK
RGB Variations
Color information
#FEEBA5 (or 0xFEEBA5) is known color: Drover. HEX triplet: FE, EB and A5. RGB value is (254,235,165). Sum of RGB (Red+Green+Blue) = 254+235+165=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEBA5 is #01145A. Grayscale: #E9E9E9. Windows color (decimal): -70747 or 10873854. OLE color: 10873854.
HSL color Cylindrical-coordinate representation of color #FEEBA5: hue angle of 47.19º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEEBA5 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 235 | 165 | - |
CMYK | 0 | 0.07 | 0.35 | 0.00 |
HSL | 47.19º | 0.98% | 0.82% | - |
HSV(B) | 47.19º | 0.35% | 1% | - |
XYZ | 77.37 | 83.2 | 47.58 | - |
YUV | 232.7 | 89.79 | 143.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 235 | 165 | 0 | 0.07 | 0.35 | 0.00 | 47.19 | 0.98 | 0.82 |
Hex | FE | EB | A5 | 0 | 7 | 23 | 0 | 2F | 62 | 52 |
Octal | 376 | 353 | 245 | 0 | 7 | 43 | 0 | 57 | 142 | 122 |
Binary | 11111110 | 11101011 | 10100101 | 0 | 111 | 100011 | 0 | 101111 | 1100010 | 1010010 |
Color Harmonies of #FEEBA5
Complementary color
Monochromatic Colors of #FEEBA5
Black with #FEEBA5
Text Example
Text Example
White with #FEEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBA5; }
p { color: rgb(254,235,165); }
H1.HeaderClassName
{
color: #FEEBA5;
}
.AnyTagClassName
{
color: #FEEBA5;
}
</style>
background-color css
<style>
a { background-color: #FEEBA5; }
a { background-color: rgb(254,235,165); }
div.DivClassName
{
background-color: #FEEBA5;
}
.BgClassName
{
background-color: #FEEBA5;
}
</style>
border-color css
<style>
span { border-color: #FEEBA5; }
span { border-color: rgb(254,235,165); }
td.TdClassName
{
border-color: #FEEBA5;
}
.TagClassName
{
border-color: #FEEBA5;
}
</style>