#FFEEA0

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

Shades of Drover #FFEEA0

Tints of Drover #FFEEA0

Color information

#FFEEA0 (or 0xFFEEA0) is unknown color: approx Drover. HEX triplet: FF, EE and A0. RGB value is (255,238,160). Sum of RGB (Red+Green+Blue) = 255+238+160=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEA0 is #00115F. Grayscale: #EAEAEA. Windows color (decimal): -4448 or 10546943. OLE color: 10546943.

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

Color convert

RGB255238160-
CMYK00.070.370
HSL49.26º100%81.37%-
HSV(B)49.26º37.25%100%-
XYZ78.1684.9545.53-
YUV234.1986.13142.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 160 (62.89% from 255) = 24.50%
R=39.05%
G=36.45%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523816000.070.37049.2610081.37
HexFFEEA007250316451
Octal3773562400745061144121
Binary1111111111101110101000000111100101011000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEA0; }

 p { color: rgb(255,238,160); }

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

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

 a { background-color: rgb(255,238,160); }

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

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

 span { border-color: rgb(255,238,160); }

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