Html Css Color HEX #F4EA8A Khaki

📋 copy color: '#F4EA8A'

red 244 ◦ green 234 ◦ blue 138

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

Shades of Khaki #F4EA8A

Tints of Khaki #F4EA8A

RGB

 RED value IS 244 (95.7% from 255) = 39.61%

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

 BLUE value IS 138 (54.3% from 255) = 22.4%

R = 39.61%
G = 37.99%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F4EA8A (or 0xF4EA8A) is known color: Khaki. HEX triplet: F4, EA and 8A. RGB value is (244,234,138). Sum of RGB (Red+Green+Blue) = 244+234+138=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EA8A is #0B1575. Grayscale: #E2E2E2. Windows color (decimal): -726390 or 9104116. OLE color: 9104116.

HSL color Cylindrical-coordinate representation of color #F4EA8A: hue angle of 54.34º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4EA8A is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 234 138 -
CMYK 0 0.04 0.43 0.04
HSL 54.34º 0.83% 0.75% -
HSV(B) 54.34º 0.43% 0.96% -
XYZ 71.32 79.91 35.71 -
YUV 226.05 78.31 140.81 -
System Red Green Blue C M Y K H S L
Decimal 244 234 138 0 0.04 0.43 0.04 54.34 0.83 0.75
Hex F4 EA 8A 0 4 2B 4 36 53 4B
Octal 364 352 212 0 4 53 4 66 123 113
Binary 11110100 11101010 10001010 0 100 101011 100 110110 1010011 1001011

Color Harmonies of #F4EA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EA8A

Black with #F4EA8A

Text Example


Text Example

White with #F4EA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EA8A; }

 p { color: rgb(244,234,138); }

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

background-color css

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

 a { background-color: rgb(244,234,138); }

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

border-color css

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

 span { border-color: rgb(244,234,138); }

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