#efdd8e

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

Shades of Khaki #EFDD8E

Tints of Khaki #EFDD8E

Color information

#EFDD8E (or 0xEFDD8E) is unknown color: approx Khaki. HEX triplet: EF, DD and 8E. RGB value is (239,221,142). Sum of RGB (Red+Green+Blue) = 239+221+142=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD8E is #102271. Grayscale: #D9D9D9. Windows color (decimal): -1057394 or 9362927. OLE color: 9362927.

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

Color convert

RGB239221142-
CMYK00.080.410.06
HSL48.87º75.19%74.71%-
HSV(B)48.87º40.59%93.73%-
XYZ66.3472.0236-
YUV217.3885.46143.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=39.70%
G=36.71%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922114200.080.410.0648.8775.1974.71
HexEFDD8E08296314b4b
Octal35733521601051661113113
Binary1110111111011101100011100100010100111011000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efdd8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efdd8e; }

 p { color: rgb(239,221,142); }

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

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

 a { background-color: rgb(239,221,142); }

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

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

 span { border-color: rgb(239,221,142); }

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