Html Css Color HEX #F2EA89 Khaki

📋 copy color: '#F2EA89'

red 242 ◦ green 234 ◦ blue 137

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

Shades of Khaki #F2EA89

Tints of Khaki #F2EA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 22.35%

R = 39.48%
G = 38.17%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2EA89 (or 0xF2EA89) is known color: Khaki. HEX triplet: F2, EA and 89. RGB value is (242,234,137). Sum of RGB (Red+Green+Blue) = 242+234+137=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA89 is #0D1576. Grayscale: #E1E1E1. Windows color (decimal): -857463 or 9038578. OLE color: 9038578.

HSL color Cylindrical-coordinate representation of color #F2EA89: hue angle of 55.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2EA89 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 137 -
CMYK 0 0.03 0.43 0.05
HSL 55.43º 0.8% 0.74% -
HSV(B) 55.43º 0.43% 0.95% -
XYZ 70.56 79.53 35.3 -
YUV 225.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 242 234 137 0 0.03 0.43 0.05 55.43 0.8 0.74
Hex F2 EA 89 0 3 2B 5 37 50 4A
Octal 362 352 211 0 3 53 5 67 120 112
Binary 11110010 11101010 10001001 0 11 101011 101 110111 1010000 1001010

Color Harmonies of #F2EA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA89

Black with #F2EA89

Text Example


Text Example

White with #F2EA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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