#FEEFA5

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

Shades of Drover #FEEFA5

Tints of Drover #FEEFA5

Color information

#FEEFA5 (or 0xFEEFA5) is unknown color: approx Drover. HEX triplet: FE, EF and A5. RGB value is (254,239,165). Sum of RGB (Red+Green+Blue) = 254+239+165=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFA5 is #01105A. Grayscale: #EBEBEB. Windows color (decimal): -69723 or 10874878. OLE color: 10874878.

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

Color convert

RGB254239165-
CMYK00.060.350.00
HSL49.89º97.8%82.16%-
HSV(B)49.89º35.04%99.61%-
XYZ78.5385.5247.97-
YUV235.0588.47141.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 165 (64.84% from 255) = 25.08%
R=38.60%
G=36.32%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423916500.060.350.0049.8997.882.16
HexFEEFA506230326252
Octal3763572450643062142122
Binary1111111011101111101001010110100011011001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFA5; }

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

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

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

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

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

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

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

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