#EDDF93

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

Shades of Khaki #EDDF93

Tints of Khaki #EDDF93

Color information

#EDDF93 (or 0xEDDF93) is unknown color: approx Khaki. HEX triplet: ED, DF and 93. RGB value is (237,223,147). Sum of RGB (Red+Green+Blue) = 237+223+147=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF93 is #12206C. Grayscale: #DADADA. Windows color (decimal): -1187949 or 9691117. OLE color: 9691117.

HSL color Cylindrical-coordinate representation of color #EDDF93: hue angle of 50.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDDF93 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237223147-
CMYK00.060.380.07
HSL50.67º71.43%75.29%-
HSV(B)50.67º37.97%92.94%-
XYZ66.5872.8938.16-
YUV218.5287.64141.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 147 (57.81% from 255) = 24.22%
R=39.04%
G=36.74%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722314700.060.380.0750.6771.4375.29
HexEDDF930626733474b
Octal3553372230646763107113
Binary111011011101111110010011011010011011111001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF93; }

 p { color: rgb(237,223,147); }

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

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

 a { background-color: rgb(237,223,147); }

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

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

 span { border-color: rgb(237,223,147); }

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