#EDE68C

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

Shades of Khaki #EDE68C

Tints of Khaki #EDE68C

Color information

#EDE68C (or 0xEDE68C) is unknown color: approx Khaki. HEX triplet: ED, E6 and 8C. RGB value is (237,230,140). Sum of RGB (Red+Green+Blue) = 237+230+140=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE68C is #121973. Grayscale: #DEDEDE. Windows color (decimal): -1186164 or 9234157. OLE color: 9234157.

HSL color Cylindrical-coordinate representation of color #EDE68C: hue angle of 55.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE68C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237230140-
CMYK00.030.410.07
HSL55.67º72.93%73.92%-
HSV(B)55.67º40.93%92.94%-
XYZ67.9676.4935.99-
YUV221.8381.82138.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 140 (55.08% from 255) = 23.06%
R=39.04%
G=37.89%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723014000.030.410.0755.6772.9373.92
HexEDE68C0329738494a
Octal3553462140351770111112
Binary11101101111001101000110001110100111111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE68C; }

 p { color: rgb(237,230,140); }

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

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

 a { background-color: rgb(237,230,140); }

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

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

 span { border-color: rgb(237,230,140); }

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