Html Css Color HEX #F1EE8C Khaki

📋 copy color: '#F1EE8C'

red 241 ◦ green 238 ◦ blue 140

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

Shades of Khaki #F1EE8C

Tints of Khaki #F1EE8C

RGB

 RED value IS 241 (94.53% from 255) = 38.93%

 GREEN value IS 238 (93.36% from 255) = 38.45%

 BLUE value IS 140 (55.08% from 255) = 22.62%

R = 38.93%
G = 38.45%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1EE8C (or 0xF1EE8C) is known color: Khaki. HEX triplet: F1, EE and 8C. RGB value is (241,238,140). Sum of RGB (Red+Green+Blue) = 241+238+140=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE8C is #0E1173. Grayscale: #E4E4E4. Windows color (decimal): -921972 or 9236209. OLE color: 9236209.

HSL color Cylindrical-coordinate representation of color #F1EE8C: hue angle of 58.22º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1EE8C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 238 140 -
CMYK 0 0.01 0.42 0.05
HSL 58.22º 0.78% 0.75% -
HSV(B) 58.22º 0.42% 0.95% -
XYZ 71.58 81.74 36.82 -
YUV 227.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 241 238 140 0 0.01 0.42 0.05 58.22 0.78 0.75
Hex F1 EE 8C 0 1 2A 5 3A 4E 4B
Octal 361 356 214 0 1 52 5 72 116 113
Binary 11110001 11101110 10001100 0 1 101010 101 111010 1001110 1001011

Color Harmonies of #F1EE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EE8C

Black with #F1EE8C

Text Example


Text Example

White with #F1EE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EE8C; }

 p { color: rgb(241,238,140); }

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

background-color css

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

 a { background-color: rgb(241,238,140); }

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

border-color css

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

 span { border-color: rgb(241,238,140); }

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