Html Css Color HEX #F0E78D Khaki

📋 copy color: '#F0E78D'

red 240 ◦ green 231 ◦ blue 141

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

Shades of Khaki #F0E78D

Tints of Khaki #F0E78D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.75%

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

R = 39.22%
G = 37.75%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0E78D (or 0xF0E78D) is known color: Khaki. HEX triplet: F0, E7 and 8D. RGB value is (240,231,141). Sum of RGB (Red+Green+Blue) = 240+231+141=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E78D is #0F1872. Grayscale: #DFDFDF. Windows color (decimal): -989299 or 9299952. OLE color: 9299952.

HSL color Cylindrical-coordinate representation of color #F0E78D: hue angle of 54.55º 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 #F0E78D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 231 141 -
CMYK 0 0.04 0.41 0.06
HSL 54.55º 0.77% 0.75% -
HSV(B) 54.55º 0.41% 0.94% -
XYZ 69.32 77.6 36.52 -
YUV 223.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 240 231 141 0 0.04 0.41 0.06 54.55 0.77 0.75
Hex F0 E7 8D 0 4 29 6 37 4D 4B
Octal 360 347 215 0 4 51 6 67 115 113
Binary 11110000 11100111 10001101 0 100 101001 110 110111 1001101 1001011

Color Harmonies of #F0E78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E78D

Black with #F0E78D

Text Example


Text Example

White with #F0E78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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