#F3EA86

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

Shades of Khaki #F3EA86

Tints of Khaki #F3EA86

Color information

#F3EA86 (or 0xF3EA86) is unknown color: approx Khaki. HEX triplet: F3, EA and 86. RGB value is (243,234,134). Sum of RGB (Red+Green+Blue) = 243+234+134=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EA86 is #0C1579. Grayscale: #E1E1E1. Windows color (decimal): -791930 or 8841971. OLE color: 8841971.

HSL color Cylindrical-coordinate representation of color #F3EA86: hue angle of 55.05º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3EA86 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB243234134-
CMYK00.040.450.05
HSL55.05º81.95%73.92%-
HSV(B)55.05º44.86%95.29%-
XYZ70.6979.6234.2-
YUV225.2976.48140.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 234 (91.80% from 255) = 38.30%
BLUE value IS 134 (52.73% from 255) = 21.93%
R=39.77%
G=38.30%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323413400.040.450.0555.0581.9573.92
HexF3EA86042D537524a
Octal3633522060455567122112
Binary111100111110101010000110010010110110111011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EA86; }

 p { color: rgb(243,234,134); }

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

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

 a { background-color: rgb(243,234,134); }

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

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

 span { border-color: rgb(243,234,134); }

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