#FEE996

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

Shades of Drover #FEE996

Tints of Drover #FEE996

Color information

#FEE996 (or 0xFEE996) is unknown color: approx Drover. HEX triplet: FE, E9 and 96. RGB value is (254,233,150). Sum of RGB (Red+Green+Blue) = 254+233+150=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE996 is #011669. Grayscale: #E6E6E6. Windows color (decimal): -71274 or 9890302. OLE color: 9890302.

HSL color Cylindrical-coordinate representation of color #FEE996: hue angle of 47.88º 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 #FEE996 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254233150-
CMYK00.080.410.00
HSL47.88º98.11%79.22%-
HSV(B)47.88º40.94%99.61%-
XYZ75.5281.5540.61-
YUV229.8282.96145.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=39.87%
G=36.58%
B=23.55%

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
Decimal25423315000.080.410.0047.8898.1179.22
HexFEE9960829030624f
Octal37635122601051060142117
Binary11111110111010011001011001000101001011000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE996; }

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

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

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

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

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

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

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

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