#EDEB8D

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

Shades of Khaki #EDEB8D

Tints of Khaki #EDEB8D

Color information

#EDEB8D (or 0xEDEB8D) is unknown color: approx Khaki. HEX triplet: ED, EB and 8D. RGB value is (237,235,141). Sum of RGB (Red+Green+Blue) = 237+235+141=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB8D is #121472. Grayscale: #E1E1E1. Windows color (decimal): -1184883 or 9300973. OLE color: 9300973.

HSL color Cylindrical-coordinate representation of color #EDEB8D: hue angle of 58.75º 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 #EDEB8D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237235141-
CMYK00.010.410.07
HSL58.75º72.73%74.12%-
HSV(B)58.75º40.51%92.94%-
XYZ69.4479.3436.85-
YUV224.8880.66136.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 141 (55.47% from 255) = 23.00%
R=38.66%
G=38.34%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723514100.010.410.0758.7572.7374.12
HexEDEB8D012973b494a
Octal3553532150151773111112
Binary1110110111101011100011010110100111111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB8D; }

 p { color: rgb(237,235,141); }

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

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

 a { background-color: rgb(237,235,141); }

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

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

 span { border-color: rgb(237,235,141); }

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