#EDE78C

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

Shades of Khaki #EDE78C

Tints of Khaki #EDE78C

Color information

#EDE78C (or 0xEDE78C) is unknown color: approx Khaki. HEX triplet: ED, E7 and 8C. RGB value is (237,231,140). Sum of RGB (Red+Green+Blue) = 237+231+140=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE78C is #121873. Grayscale: #DEDEDE. Windows color (decimal): -1185908 or 9234413. OLE color: 9234413.

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

Color convert

RGB237231140-
CMYK00.030.410.07
HSL56.29º72.93%73.92%-
HSV(B)56.29º40.93%92.94%-
XYZ68.2377.0536.09-
YUV222.4281.49138.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 140 (55.08% from 255) = 23.03%
R=38.98%
G=37.99%
B=23.03%

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
Decimal23723114000.030.410.0756.2972.9373.92
HexEDE78C0329738494a
Octal3553472140351770111112
Binary11101101111001111000110001110100111111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE78C; }

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

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

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

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

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

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

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

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