#EFDD8F

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

Shades of Khaki #EFDD8F

Tints of Khaki #EFDD8F

Color information

#EFDD8F (or 0xEFDD8F) is unknown color: approx Khaki. HEX triplet: EF, DD and 8F. RGB value is (239,221,143). Sum of RGB (Red+Green+Blue) = 239+221+143=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 143 (56.25% from 255 or 23.71% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD8F is #102270. Grayscale: #D9D9D9. Windows color (decimal): -1057393 or 9428463. OLE color: 9428463.

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

Color convert

RGB239221143-
CMYK00.080.400.06
HSL48.75º75%74.9%-
HSV(B)48.75º40.17%93.73%-
XYZ66.4172.0536.39-
YUV217.4985.96143.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 143 (56.25% from 255) = 23.71%
R=39.64%
G=36.65%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922114300.080.400.0648.757574.9
HexEFDD8F08286314b4b
Octal35733521701050661113113
Binary1110111111011101100011110100010100011011000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDD8F; }

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

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

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

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

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

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

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

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