#EDE78D

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

Shades of Khaki #EDE78D

Tints of Khaki #EDE78D

Color information

#EDE78D (or 0xEDE78D) is unknown color: approx Khaki. HEX triplet: ED, E7 and 8D. RGB value is (237,231,141). Sum of RGB (Red+Green+Blue) = 237+231+141=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE78D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE78D is #121872. Grayscale: #DEDEDE. Windows color (decimal): -1185907 or 9299949. OLE color: 9299949.

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

Color convert

RGB237231141-
CMYK00.030.410.07
HSL56.25º72.73%74.12%-
HSV(B)56.25º40.51%92.94%-
XYZ68.3177.0836.48-
YUV222.5381.99138.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 141 (55.47% from 255) = 23.15%
R=38.92%
G=37.93%
B=23.15%

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
Decimal23723114100.030.410.0756.2572.7374.12
HexEDE78D0329738494a
Octal3553472150351770111112
Binary11101101111001111000110101110100111111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE78D; }

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

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

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

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

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

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

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

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