Html Css Color HEX #F2EA90 Khaki

📋 copy color: '#F2EA90'

red 242 ◦ green 234 ◦ blue 144

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

Shades of Khaki #F2EA90

Tints of Khaki #F2EA90

RGB

 RED value IS 242 (94.92% from 255) = 39.03%

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

 BLUE value IS 144 (56.64% from 255) = 23.23%

R = 39.03%
G = 37.74%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2EA90 (or 0xF2EA90) is known color: Khaki. HEX triplet: F2, EA and 90. RGB value is (242,234,144). Sum of RGB (Red+Green+Blue) = 242+234+144=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA90 is #0D156F. Grayscale: #E2E2E2. Windows color (decimal): -857456 or 9497330. OLE color: 9497330.

HSL color Cylindrical-coordinate representation of color #F2EA90: hue angle of 55.1º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2EA90 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 144 -
CMYK 0 0.03 0.40 0.05
HSL 55.1º 0.79% 0.76% -
HSV(B) 55.1º 0.4% 0.95% -
XYZ 71.07 79.74 38.03 -
YUV 226.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 242 234 144 0 0.03 0.40 0.05 55.1 0.79 0.76
Hex F2 EA 90 0 3 28 5 37 4F 4C
Octal 362 352 220 0 3 50 5 67 117 114
Binary 11110010 11101010 10010000 0 11 101000 101 110111 1001111 1001100

Color Harmonies of #F2EA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA90

Black with #F2EA90

Text Example


Text Example

White with #F2EA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA90; }

 p { color: rgb(242,234,144); }

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

background-color css

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

 a { background-color: rgb(242,234,144); }

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

border-color css

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

 span { border-color: rgb(242,234,144); }

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