Html Css Color HEX #F0EA85 Khaki

📋 copy color: '#F0EA85'

red 240 ◦ green 234 ◦ blue 133

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

Shades of Khaki #F0EA85

Tints of Khaki #F0EA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.55%

 BLUE value IS 133 (52.34% from 255) = 21.91%

R = 39.54%
G = 38.55%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0EA85 (or 0xF0EA85) is known color: Khaki. HEX triplet: F0, EA and 85. RGB value is (240,234,133). Sum of RGB (Red+Green+Blue) = 240+234+133=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EA85 is #0F157A. Grayscale: #E0E0E0. Windows color (decimal): -988539 or 8776432. OLE color: 8776432.

HSL color Cylindrical-coordinate representation of color #F0EA85: hue angle of 56.64º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0EA85 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 234 133 -
CMYK 0 0.02 0.45 0.06
HSL 56.64º 0.78% 0.73% -
HSV(B) 56.64º 0.45% 0.94% -
XYZ 69.59 79.06 33.78 -
YUV 224.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 240 234 133 0 0.02 0.45 0.06 56.64 0.78 0.73
Hex F0 EA 85 0 2 2D 6 39 4E 49
Octal 360 352 205 0 2 55 6 71 116 111
Binary 11110000 11101010 10000101 0 10 101101 110 111001 1001110 1001001

Color Harmonies of #F0EA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA85

Black with #F0EA85

Text Example


Text Example

White with #F0EA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA85; }

 p { color: rgb(240,234,133); }

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

background-color css

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

 a { background-color: rgb(240,234,133); }

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

border-color css

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

 span { border-color: rgb(240,234,133); }

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