#FFEFA0

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

Shades of Drover #FFEFA0

Tints of Drover #FFEFA0

Color information

#FFEFA0 (or 0xFFEFA0) is unknown color: approx Drover. HEX triplet: FF, EF and A0. RGB value is (255,239,160). Sum of RGB (Red+Green+Blue) = 255+239+160=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 160 (62.89% from 255 or 24.46% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA0 is #00105F. Grayscale: #EBEBEB. Windows color (decimal): -4192 or 10547199. OLE color: 10547199.

HSL color Cylindrical-coordinate representation of color #FFEFA0: hue angle of 49.89º 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 #FFEFA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255239160-
CMYK00.060.370
HSL49.89º100%81.37%-
HSV(B)49.89º37.25%100%-
XYZ78.4585.5345.63-
YUV234.7885.8142.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 160 (62.89% from 255) = 24.46%
R=38.99%
G=36.54%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523916000.060.37049.8910081.37
HexFFEFA006250326451
Octal3773572400645062144121
Binary1111111111101111101000000110100101011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFA0; }

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

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

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

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

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

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

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

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