#EFE693

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

Shades of Khaki #EFE693

Tints of Khaki #EFE693

Color information

#EFE693 (or 0xEFE693) is unknown color: approx Khaki. HEX triplet: EF, E6 and 93. RGB value is (239,230,147). Sum of RGB (Red+Green+Blue) = 239+230+147=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE693 is #10196C. Grayscale: #DFDFDF. Windows color (decimal): -1055085 or 9692911. OLE color: 9692911.

HSL color Cylindrical-coordinate representation of color #EFE693: hue angle of 54.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFE693 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239230147-
CMYK00.040.380.06
HSL54.13º74.19%75.69%-
HSV(B)54.13º38.49%93.73%-
XYZ69.1677.0538.83-
YUV223.2384.98139.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 230 (90.23% from 255) = 37.34%
BLUE value IS 147 (57.81% from 255) = 23.86%
R=38.80%
G=37.34%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923014700.040.380.0654.1374.1975.69
HexEFE69304266364a4c
Octal3573462230446666112114
Binary111011111110011010010011010010011011011011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE693; }

 p { color: rgb(239,230,147); }

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

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

 a { background-color: rgb(239,230,147); }

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

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

 span { border-color: rgb(239,230,147); }

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