#F9ECA0

Color #F9ECA0 Drover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Drover #F9ECA0

Tints of Drover #F9ECA0

Color information

#F9ECA0 (or 0xF9ECA0) is unknown color: approx Drover. HEX triplet: F9, EC and A0. RGB value is (249,236,160). Sum of RGB (Red+Green+Blue) = 249+236+160=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9ECA0 is #06135F. Grayscale: #E7E7E7. Windows color (decimal): -398176 or 10546425. OLE color: 10546425.

HSL color Cylindrical-coordinate representation of color #F9ECA0: hue angle of 51.24º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9ECA0 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB249236160-
CMYK00.050.360.02
HSL51.24º88.12%80.2%-
HSV(B)51.24º35.74%97.65%-
XYZ75.4182.6745.24-
YUV231.2287.81140.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 160 (62.89% from 255) = 24.81%
R=38.60%
G=36.59%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923616000.050.360.0251.2488.1280.2
HexF9ECA005242335850
Octal3713542400544263130120
Binary11111001111011001010000001011001001011001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ECA0; }

 p { color: rgb(249,236,160); }

 H1.HeaderClassName
 {
   color: #F9ECA0;
 }
 .AnyTagClassName
 {
   color: #F9ECA0;
 }
</style>
background-color css

<style>
 a { background-color: #F9ECA0; }

 a { background-color: rgb(249,236,160); }

 div.DivClassName
 {
   background-color: #F9ECA0;
 }
 .BgClassName
 {
   background-color: #F9ECA0;
 }
</style>
border-color css

<style>
 span { border-color: #F9ECA0; }

 span { border-color: rgb(249,236,160); }

 td.TdClassName
 {
   border-color: #F9ECA0;
 }
 .TagClassName
 {
   border-color: #F9ECA0;
 }
</style>