#EFE68B

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

Shades of Khaki #EFE68B

Tints of Khaki #EFE68B

Color information

#EFE68B (or 0xEFE68B) is unknown color: approx Khaki. HEX triplet: EF, E6 and 8B. RGB value is (239,230,139). Sum of RGB (Red+Green+Blue) = 239+230+139=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE68B is #101974. Grayscale: #DEDEDE. Windows color (decimal): -1055093 or 9168623. OLE color: 9168623.

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

Color convert

RGB239230139-
CMYK00.040.420.06
HSL54.6º75.76%74.12%-
HSV(B)54.6º41.84%93.73%-
XYZ68.5576.8135.64-
YUV222.3280.98139.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 139 (54.69% from 255) = 22.86%
R=39.31%
G=37.83%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923013900.040.420.0654.675.7674.12
HexEFE68B042A6374c4a
Octal3573462130452667114112
Binary111011111110011010001011010010101011011011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE68B; }

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

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

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

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

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

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

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

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