#FFEFA1

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

Shades of Drover #FFEFA1

Tints of Drover #FFEFA1

Color information

#FFEFA1 (or 0xFFEFA1) is unknown color: approx Drover. HEX triplet: FF, EF and A1. RGB value is (255,239,161). Sum of RGB (Red+Green+Blue) = 255+239+161=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 161 (63.28% from 255 or 24.58% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA1 is #00105E. Grayscale: #EBEBEB. Windows color (decimal): -4191 or 10612735. OLE color: 10612735.

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

Color convert

RGB255239161-
CMYK00.060.370
HSL49.79º100%81.57%-
HSV(B)49.79º36.86%100%-
XYZ78.5485.5746.09-
YUV234.8986.3142.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 161 (63.28% from 255) = 24.58%
R=38.93%
G=36.49%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523916100.060.37049.7910081.57
HexFFEFA106250326452
Octal3773572410645062144122
Binary1111111111101111101000010110100101011001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFA1; }

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

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

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

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

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

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

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

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