#FFEFA5

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

Shades of Drover #FFEFA5

Tints of Drover #FFEFA5

Color information

#FFEFA5 (or 0xFFEFA5) is unknown color: approx Drover. HEX triplet: FF, EF and A5. RGB value is (255,239,165). Sum of RGB (Red+Green+Blue) = 255+239+165=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 165 (64.84% from 255 or 25.04% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA5 is #00105A. Grayscale: #EBEBEB. Windows color (decimal): -4187 or 10874879. OLE color: 10874879.

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

Color convert

RGB255239165-
CMYK00.060.350
HSL49.33º100%82.35%-
HSV(B)49.33º35.29%100%-
XYZ78.985.7147.98-
YUV235.3588.3142.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 165 (64.84% from 255) = 25.04%
R=38.69%
G=36.27%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523916500.060.35049.3310082.35
HexFFEFA506230316452
Octal3773572450643061144122
Binary1111111111101111101001010110100011011000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFA5; }

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

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

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

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

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

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

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

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