#FEEFA0

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

Shades of Drover #FEEFA0

Tints of Drover #FEEFA0

Color information

#FEEFA0 (or 0xFEEFA0) is unknown color: approx Drover. HEX triplet: FE, EF and A0. RGB value is (254,239,160). Sum of RGB (Red+Green+Blue) = 254+239+160=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFA0 is #01105F. Grayscale: #EAEAEA. Windows color (decimal): -69728 or 10547198. OLE color: 10547198.

HSL color Cylindrical-coordinate representation of color #FEEFA0: hue angle of 50.43º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEEFA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254239160-
CMYK00.060.370.00
HSL50.43º97.92%81.18%-
HSV(B)50.43º37.01%99.61%-
XYZ78.0885.3445.61-
YUV234.4885.97141.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 160 (62.89% from 255) = 24.50%
R=38.90%
G=36.60%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423916000.060.370.0050.4397.9281.18
HexFEEFA006250326251
Octal3763572400645062142121
Binary1111111011101111101000000110100101011001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFA0; }

 p { color: rgb(254,239,160); }

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

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

 a { background-color: rgb(254,239,160); }

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

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

 span { border-color: rgb(254,239,160); }

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