#FEEA96

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

Shades of Drover #FEEA96

Tints of Drover #FEEA96

Color information

#FEEA96 (or 0xFEEA96) is unknown color: approx Drover. HEX triplet: FE, EA and 96. RGB value is (254,234,150). Sum of RGB (Red+Green+Blue) = 254+234+150=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA96 is #011569. Grayscale: #E6E6E6. Windows color (decimal): -71018 or 9890558. OLE color: 9890558.

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

Color convert

RGB254234150-
CMYK00.080.410.00
HSL48.46º98.11%79.22%-
HSV(B)48.46º40.94%99.61%-
XYZ75.882.1240.71-
YUV230.482.63144.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 150 (58.98% from 255) = 23.51%
R=39.81%
G=36.68%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423415000.080.410.0048.4698.1179.22
HexFEEA960829030624f
Octal37635222601051060142117
Binary11111110111010101001011001000101001011000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEA96; }

 p { color: rgb(254,234,150); }

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

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

 a { background-color: rgb(254,234,150); }

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

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

 span { border-color: rgb(254,234,150); }

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