Html Css Color HEX #F4EA85 Khaki

📋 copy color: '#F4EA85'

red 244 ◦ green 234 ◦ blue 133

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

Shades of Khaki #F4EA85

Tints of Khaki #F4EA85

RGB

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

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

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

R = 39.93%
G = 38.3%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F4EA85 (or 0xF4EA85) is known color: Khaki. HEX triplet: F4, EA and 85. RGB value is (244,234,133). Sum of RGB (Red+Green+Blue) = 244+234+133=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EA85 is #0B157A. Grayscale: #E1E1E1. Windows color (decimal): -726395 or 8776436. OLE color: 8776436.

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

Color convert

RGB 244 234 133 -
CMYK 0 0.04 0.45 0.04
HSL 54.59º 0.83% 0.74% -
HSV(B) 54.59º 0.45% 0.96% -
XYZ 70.96 79.77 33.85 -
YUV 225.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 244 234 133 0 0.04 0.45 0.04 54.59 0.83 0.74
Hex F4 EA 85 0 4 2D 4 37 53 4A
Octal 364 352 205 0 4 55 4 67 123 112
Binary 11110100 11101010 10000101 0 100 101101 100 110111 1010011 1001010

Color Harmonies of #F4EA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EA85

Black with #F4EA85

Text Example


Text Example

White with #F4EA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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