#FFEF9F

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

Shades of Drover #FFEF9F

Tints of Drover #FFEF9F

Color information

#FFEF9F (or 0xFFEF9F) is unknown color: approx Drover. HEX triplet: FF, EF and 9F. RGB value is (255,239,159). Sum of RGB (Red+Green+Blue) = 255+239+159=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF9F is #001060. Grayscale: #EBEBEB. Windows color (decimal): -4193 or 10481663. OLE color: 10481663.

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

Color convert

RGB255239159-
CMYK00.060.380
HSL50º100%81.18%-
HSV(B)50º37.65%100%-
XYZ78.3685.545.17-
YUV234.6685.3142.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 159 (62.5% from 255) = 24.35%
R=39.05%
G=36.60%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523915900.060.3805010081.18
HexFFEF9F06260326451
Octal3773572370646062144121
Binary1111111111101111100111110110100110011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEF9F; }

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

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

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

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

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

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

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

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