#EFE58F

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

Shades of Khaki #EFE58F

Tints of Khaki #EFE58F

Color information

#EFE58F (or 0xEFE58F) is unknown color: approx Khaki. HEX triplet: EF, E5 and 8F. RGB value is (239,229,143). Sum of RGB (Red+Green+Blue) = 239+229+143=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE58F is #101A70. Grayscale: #DEDEDE. Windows color (decimal): -1055345 or 9430511. OLE color: 9430511.

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

Color convert

RGB239229143-
CMYK00.040.400.06
HSL53.75º75%74.9%-
HSV(B)53.75º40.17%93.73%-
XYZ68.5776.3737.11-
YUV222.1983.31139.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 229 (89.84% from 255) = 37.48%
BLUE value IS 143 (56.25% from 255) = 23.40%
R=39.12%
G=37.48%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922914300.040.400.0653.757574.9
HexEFE58F04286364b4b
Octal3573452170450666113113
Binary111011111110010110001111010010100011011011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE58F; }

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

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

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

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

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

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

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

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