Html Css Color HEX #F0EC91 Khaki

📋 copy color: '#F0EC91'

red 240 ◦ green 236 ◦ blue 145

#F0EC91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #F0EC91

Tints of Khaki #F0EC91

RGB

 RED value IS 240 (94.14% from 255) = 38.65%

 GREEN value IS 236 (92.58% from 255) = 38%

 BLUE value IS 145 (57.03% from 255) = 23.35%

R = 38.65%
G = 38%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0EC91 (or 0xF0EC91) is known color: Khaki. HEX triplet: F0, EC and 91. RGB value is (240,236,145). Sum of RGB (Red+Green+Blue) = 240+236+145=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC91 is #0F136E. Grayscale: #E3E3E3. Windows color (decimal): -988015 or 9563376. OLE color: 9563376.

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

Color convert

RGB 240 236 145 -
CMYK 0 0.02 0.40 0.06
HSL 57.47º 0.76% 0.75% -
HSV(B) 57.47º 0.4% 0.94% -
XYZ 71.04 80.56 38.59 -
YUV 226.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 240 236 145 0 0.02 0.40 0.06 57.47 0.76 0.75
Hex F0 EC 91 0 2 28 6 39 4C 4B
Octal 360 354 221 0 2 50 6 71 114 113
Binary 11110000 11101100 10010001 0 10 101000 110 111001 1001100 1001011

Color Harmonies of #F0EC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EC91

Black with #F0EC91

Text Example


Text Example

White with #F0EC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EC91; }

 p { color: rgb(240,236,145); }

 H1.HeaderClassName
 {
   color: #F0EC91;
 }
 .AnyTagClassName
 {
   color: #F0EC91;
 }
</style>

background-color css

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

 a { background-color: rgb(240,236,145); }

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

border-color css

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

 span { border-color: rgb(240,236,145); }

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