#F0E188

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

Shades of Khaki #F0E188

Tints of Khaki #F0E188

Color information

#F0E188 (or 0xF0E188) is unknown color: approx Khaki. HEX triplet: F0, E1 and 88. RGB value is (240,225,136). Sum of RGB (Red+Green+Blue) = 240+225+136=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 136 (53.52% from 255 or 22.63% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E188 is #0F1E77. Grayscale: #DBDBDB. Windows color (decimal): -990840 or 8970736. OLE color: 8970736.

HSL color Cylindrical-coordinate representation of color #F0E188: hue angle of 51.35º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0E188 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB240225136-
CMYK00.060.430.06
HSL51.35º77.61%73.73%-
HSV(B)51.35º43.33%94.12%-
XYZ67.374.1534.06-
YUV219.3480.97142.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 136 (53.52% from 255) = 22.63%
R=39.93%
G=37.44%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022513600.060.430.0651.3577.6173.73
HexF0E188062B6334e4a
Octal3603412100653663116112
Binary111100001110000110001000011010101111011001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E188; }

 p { color: rgb(240,225,136); }

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

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

 a { background-color: rgb(240,225,136); }

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

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

 span { border-color: rgb(240,225,136); }

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