#FFEA97

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

Shades of Drover #FFEA97

Tints of Drover #FFEA97

Color information

#FFEA97 (or 0xFFEA97) is unknown color: approx Drover. HEX triplet: FF, EA and 97. RGB value is (255,234,151). Sum of RGB (Red+Green+Blue) = 255+234+151=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 151 (59.38% from 255 or 23.59% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA97 is #001568. Grayscale: #E7E7E7. Windows color (decimal): -5481 or 9956095. OLE color: 9956095.

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

Color convert

RGB255234151-
CMYK00.080.410
HSL47.88º100%79.61%-
HSV(B)47.88º40.78%100%-
XYZ76.2582.3441.15-
YUV230.8282.96145.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 151 (59.38% from 255) = 23.59%
R=39.84%
G=36.56%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523415100.080.41047.8810079.61
HexFFEA9708290306450
Octal37735222701051060144120
Binary11111111111010101001011101000101001011000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA97; }

 p { color: rgb(255,234,151); }

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

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

 a { background-color: rgb(255,234,151); }

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

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

 span { border-color: rgb(255,234,151); }

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