Shades of Drover #FDEB9A
Tints of Drover #FDEB9A
RGB
CMYK
RGB Variations
Color information
#FDEB9A (or 0xFDEB9A) is known color: Drover. HEX triplet: FD, EB and 9A. RGB value is (253,235,154). Sum of RGB (Red+Green+Blue) = 253+235+154=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 154 (60.55% from 255 or 23.99% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB9A is #021465. Grayscale: #E7E7E7. Windows color (decimal): -136294 or 10152957. OLE color: 10152957.
HSL color Cylindrical-coordinate representation of color #FDEB9A: hue angle of 49.09º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDEB9A is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 154 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.01 |
| HSL | 49.09º | 0.96% | 0.8% | - |
| HSV(B) | 49.09º | 0.39% | 0.99% | - |
| XYZ | 76.05 | 82.63 | 42.51 | - |
| YUV | 231.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 154 | 0 | 0.07 | 0.39 | 0.01 | 49.09 | 0.96 | 0.8 |
| Hex | FD | EB | 9A | 0 | 7 | 27 | 1 | 31 | 60 | 50 |
| Octal | 375 | 353 | 232 | 0 | 7 | 47 | 1 | 61 | 140 | 120 |
| Binary | 11111101 | 11101011 | 10011010 | 0 | 111 | 100111 | 1 | 110001 | 1100000 | 1010000 |
Color Harmonies of #FDEB9A
Complementary color
Monochromatic Colors of #FDEB9A
Black with #FDEB9A
Text Example
Text Example
White with #FDEB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB9A; }
p { color: rgb(253,235,154); }
H1.HeaderClassName
{
color: #FDEB9A;
}
.AnyTagClassName
{
color: #FDEB9A;
}
</style>
background-color css
<style>
a { background-color: #FDEB9A; }
a { background-color: rgb(253,235,154); }
div.DivClassName
{
background-color: #FDEB9A;
}
.BgClassName
{
background-color: #FDEB9A;
}
</style>
border-color css
<style>
span { border-color: #FDEB9A; }
span { border-color: rgb(253,235,154); }
td.TdClassName
{
border-color: #FDEB9A;
}
.TagClassName
{
border-color: #FDEB9A;
}
</style>