#F0E293

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

Shades of Khaki #F0E293

Tints of Khaki #F0E293

Color information

#F0E293 (or 0xF0E293) is unknown color: approx Khaki. HEX triplet: F0, E2 and 93. RGB value is (240,226,147). Sum of RGB (Red+Green+Blue) = 240+226+147=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E293 is #0F1D6C. Grayscale: #DDDDDD. Windows color (decimal): -990573 or 9691888. OLE color: 9691888.

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

Color convert

RGB240226147-
CMYK00.060.390.06
HSL50.97º75.61%75.88%-
HSV(B)50.97º38.75%94.12%-
XYZ68.475.0238.48-
YUV221.1886.14141.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 226 (88.67% from 255) = 36.87%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=39.15%
G=36.87%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022614700.060.390.0650.9775.6175.88
HexF0E29306276334c4c
Octal3603422230647663114114
Binary111100001110001010010011011010011111011001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E293; }

 p { color: rgb(240,226,147); }

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

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

 a { background-color: rgb(240,226,147); }

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

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

 span { border-color: rgb(240,226,147); }

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