Html Css Color HEX #F0E38D Khaki

📋 copy color: '#F0E38D'

red 240 ◦ green 227 ◦ blue 141

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

Shades of Khaki #F0E38D

Tints of Khaki #F0E38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.34%

 BLUE value IS 141 (55.47% from 255) = 23.19%

R = 39.47%
G = 37.34%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0E38D (or 0xF0E38D) is known color: Khaki. HEX triplet: F0, E3 and 8D. RGB value is (240,227,141). Sum of RGB (Red+Green+Blue) = 240+227+141=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E38D is #0F1C72. Grayscale: #DDDDDD. Windows color (decimal): -990323 or 9298928. OLE color: 9298928.

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

Color convert

RGB 240 227 141 -
CMYK 0 0.05 0.41 0.06
HSL 52.12º 0.77% 0.75% -
HSV(B) 52.12º 0.41% 0.94% -
XYZ 68.21 75.39 36.16 -
YUV 221.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 240 227 141 0 0.05 0.41 0.06 52.12 0.77 0.75
Hex F0 E3 8D 0 5 29 6 34 4D 4B
Octal 360 343 215 0 5 51 6 64 115 113
Binary 11110000 11100011 10001101 0 101 101001 110 110100 1001101 1001011

Color Harmonies of #F0E38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E38D

Black with #F0E38D

Text Example


Text Example

White with #F0E38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E38D; }

 p { color: rgb(240,227,141); }

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

background-color css

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

 a { background-color: rgb(240,227,141); }

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

border-color css

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

 span { border-color: rgb(240,227,141); }

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