#F6EE85

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

Shades of Khaki #F6EE85

Tints of Khaki #F6EE85

Color information

#F6EE85 (or 0xF6EE85) is unknown color: approx Khaki. HEX triplet: F6, EE and 85. RGB value is (246,238,133). Sum of RGB (Red+Green+Blue) = 246+238+133=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EE85 is #09117A. Grayscale: #E4E4E4. Windows color (decimal): -594299 or 8777462. OLE color: 8777462.

HSL color Cylindrical-coordinate representation of color #F6EE85: hue angle of 55.75º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F6EE85 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB246238133-
CMYK00.030.460.04
HSL55.75º86.26%74.31%-
HSV(B)55.75º45.93%96.47%-
XYZ72.8182.4434.26-
YUV228.4274.15140.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 133 (52.34% from 255) = 21.56%
R=39.87%
G=38.57%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623813300.030.460.0455.7586.2674.31
HexF6EE85032E438564a
Octal3663562050356470126112
Binary11110110111011101000010101110111010011100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EE85; }

 p { color: rgb(246,238,133); }

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

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

 a { background-color: rgb(246,238,133); }

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

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

 span { border-color: rgb(246,238,133); }

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