Html Css Color HEX #EFE890 Khaki

📋 copy color: '#EFE890'

red 239 ◦ green 232 ◦ blue 144

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

Shades of Khaki #EFE890

Tints of Khaki #EFE890

RGB

 RED value IS 239 (93.75% from 255) = 38.86%

 GREEN value IS 232 (91.02% from 255) = 37.72%

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

R = 38.86%
G = 37.72%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFE890 (or 0xEFE890) is known color: Khaki. HEX triplet: EF, E8 and 90. RGB value is (239,232,144). Sum of RGB (Red+Green+Blue) = 239+232+144=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE890 is #10176F. Grayscale: #E0E0E0. Windows color (decimal): -1054576 or 9496815. OLE color: 9496815.

HSL color Cylindrical-coordinate representation of color #EFE890: hue angle of 55.58º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFE890 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 232 144 -
CMYK 0 0.03 0.40 0.06
HSL 55.58º 0.75% 0.75% -
HSV(B) 55.58º 0.4% 0.94% -
XYZ 69.49 78.08 37.79 -
YUV 224.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 239 232 144 0 0.03 0.40 0.06 55.58 0.75 0.75
Hex EF E8 90 0 3 28 6 38 4B 4B
Octal 357 350 220 0 3 50 6 70 113 113
Binary 11101111 11101000 10010000 0 11 101000 110 111000 1001011 1001011

Color Harmonies of #EFE890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE890

Black with #EFE890

Text Example


Text Example

White with #EFE890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE890; }

 p { color: rgb(239,232,144); }

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

background-color css

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

 a { background-color: rgb(239,232,144); }

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

border-color css

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

 span { border-color: rgb(239,232,144); }

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