#EDE793

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

Shades of Khaki #EDE793

Tints of Khaki #EDE793

Color information

#EDE793 (or 0xEDE793) is unknown color: approx Khaki. HEX triplet: ED, E7 and 93. RGB value is (237,231,147). Sum of RGB (Red+Green+Blue) = 237+231+147=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE793 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE793 is #12186C. Grayscale: #DFDFDF. Windows color (decimal): -1185901 or 9693165. OLE color: 9693165.

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

Color convert

RGB237231147-
CMYK00.030.380.07
HSL56º71.43%75.29%-
HSV(B)56º37.97%92.94%-
XYZ68.7777.2638.89-
YUV223.2284.99137.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 231 (90.62% from 255) = 37.56%
BLUE value IS 147 (57.81% from 255) = 23.90%
R=38.54%
G=37.56%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723114700.030.380.075671.4375.29
HexEDE7930326738474b
Octal3553472230346770107113
Binary11101101111001111001001101110011011111100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE793; }

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

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

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

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

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

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

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

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