#FDEA9A

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

Shades of Drover #FDEA9A

Tints of Drover #FDEA9A

Color information

#FDEA9A (or 0xFDEA9A) is unknown color: approx Drover. HEX triplet: FD, EA and 9A. RGB value is (253,234,154). Sum of RGB (Red+Green+Blue) = 253+234+154=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 154 (60.55% from 255 or 24.02% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA9A is #021565. Grayscale: #E6E6E6. Windows color (decimal): -136550 or 10152701. OLE color: 10152701.

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

Color convert

RGB253234154-
CMYK00.080.390.01
HSL48.48º96.12%79.8%-
HSV(B)48.48º39.13%99.22%-
XYZ75.7682.0642.42-
YUV230.5684.79144-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.47%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 154 (60.55% from 255) = 24.02%
R=39.47%
G=36.51%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323415400.080.390.0148.4896.1279.8
HexFDEA9A08271306050
Octal37535223201047160140120
Binary11111101111010101001101001000100111111000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA9A; }

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

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

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

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

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

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

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

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