#EFE98F

Color #EFE98F Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EFE98F

Tints of Khaki #EFE98F

Color information

#EFE98F (or 0xEFE98F) is unknown color: approx Khaki. HEX triplet: EF, E9 and 8F. RGB value is (239,233,143). Sum of RGB (Red+Green+Blue) = 239+233+143=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE98F is #101670. Grayscale: #E0E0E0. Windows color (decimal): -1054321 or 9431535. OLE color: 9431535.

HSL color Cylindrical-coordinate representation of color #EFE98F: hue angle of 56.25º 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 #EFE98F is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB239233143-
CMYK00.030.400.06
HSL56.25º75%74.9%-
HSV(B)56.25º40.17%93.73%-
XYZ69.6978.6137.49-
YUV224.5381.99138.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 143 (56.25% from 255) = 23.25%
R=38.86%
G=37.89%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923314300.030.400.0656.257574.9
HexEFE98F03286384b4b
Octal3573512170350670113113
Binary11101111111010011000111101110100011011100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE98F; }

 p { color: rgb(239,233,143); }

 H1.HeaderClassName
 {
   color: #EFE98F;
 }
 .AnyTagClassName
 {
   color: #EFE98F;
 }
</style>
background-color css

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

 a { background-color: rgb(239,233,143); }

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

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

 span { border-color: rgb(239,233,143); }

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