Html Css Color HEX #F5EC90 Khaki

📋 copy color: '#F5EC90'

red 245 ◦ green 236 ◦ blue 144

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

Shades of Khaki #F5EC90

Tints of Khaki #F5EC90

RGB

 RED value IS 245 (96.09% from 255) = 39.2%

 GREEN value IS 236 (92.58% from 255) = 37.76%

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

R = 39.2%
G = 37.76%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F5EC90 (or 0xF5EC90) is known color: Khaki. HEX triplet: F5, EC and 90. RGB value is (245,236,144). Sum of RGB (Red+Green+Blue) = 245+236+144=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EC90 is #0A136F. Grayscale: #E4E4E4. Windows color (decimal): -660336 or 9497845. OLE color: 9497845.

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

Color convert

RGB 245 236 144 -
CMYK 0 0.04 0.41 0.04
HSL 54.65º 0.83% 0.76% -
HSV(B) 54.65º 0.41% 0.96% -
XYZ 72.69 81.42 38.27 -
YUV 228.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 245 236 144 0 0.04 0.41 0.04 54.65 0.83 0.76
Hex F5 EC 90 0 4 29 4 37 53 4C
Octal 365 354 220 0 4 51 4 67 123 114
Binary 11110101 11101100 10010000 0 100 101001 100 110111 1010011 1001100

Color Harmonies of #F5EC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EC90

Black with #F5EC90

Text Example


Text Example

White with #F5EC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EC90; }

 p { color: rgb(245,236,144); }

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

background-color css

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

 a { background-color: rgb(245,236,144); }

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

border-color css

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

 span { border-color: rgb(245,236,144); }

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