#FDEA9E

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

Shades of Drover #FDEA9E

Tints of Drover #FDEA9E

Color information

#FDEA9E (or 0xFDEA9E) is unknown color: approx Drover. HEX triplet: FD, EA and 9E. RGB value is (253,234,158). Sum of RGB (Red+Green+Blue) = 253+234+158=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 158 (62.11% from 255 or 24.50% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA9E is #021561. Grayscale: #E7E7E7. Windows color (decimal): -136546 or 10414845. OLE color: 10414845.

HSL color Cylindrical-coordinate representation of color #FDEA9E: hue angle of 48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDEA9E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB253234158-
CMYK00.080.380.01
HSL48º95.96%80.59%-
HSV(B)48º37.55%99.22%-
XYZ76.182.244.2-
YUV231.0286.79143.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 158 (62.11% from 255) = 24.50%
R=39.22%
G=36.28%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323415800.080.380.014895.9680.59
HexFDEA9E08261306051
Octal37535223601046160140121
Binary11111101111010101001111001000100110111000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA9E; }

 p { color: rgb(253,234,158); }

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

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

 a { background-color: rgb(253,234,158); }

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

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

 span { border-color: rgb(253,234,158); }

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