#F2EB93

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

Shades of Khaki #F2EB93

Tints of Khaki #F2EB93

Color information

#F2EB93 (or 0xF2EB93) is unknown color: approx Khaki. HEX triplet: F2, EB and 93. RGB value is (242,235,147). Sum of RGB (Red+Green+Blue) = 242+235+147=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 147 (57.81% from 255 or 23.56% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB93 is #0D146C. Grayscale: #E3E3E3. Windows color (decimal): -857197 or 9694194. OLE color: 9694194.

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

Color convert

RGB242235147-
CMYK00.030.390.05
HSL55.58º78.51%76.27%-
HSV(B)55.58º39.26%94.9%-
XYZ71.5980.439.35-
YUV227.0682.82138.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 147 (57.81% from 255) = 23.56%
R=38.78%
G=37.66%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223514700.030.390.0555.5878.5176.27
HexF2EB9303275384f4c
Octal3623532230347570117114
Binary11110010111010111001001101110011110111100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB93; }

 p { color: rgb(242,235,147); }

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

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

 a { background-color: rgb(242,235,147); }

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

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

 span { border-color: rgb(242,235,147); }

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