#EDE68D

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

Shades of Khaki #EDE68D

Tints of Khaki #EDE68D

Color information

#EDE68D (or 0xEDE68D) is unknown color: approx Khaki. HEX triplet: ED, E6 and 8D. RGB value is (237,230,141). Sum of RGB (Red+Green+Blue) = 237+230+141=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE68D is #121972. Grayscale: #DEDEDE. Windows color (decimal): -1186163 or 9299693. OLE color: 9299693.

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

Color convert

RGB237230141-
CMYK00.030.410.07
HSL55.62º72.73%74.12%-
HSV(B)55.62º40.51%92.94%-
XYZ68.0376.5236.38-
YUV221.9582.32138.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 141 (55.47% from 255) = 23.19%
R=38.98%
G=37.83%
B=23.19%

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
Decimal23723014100.030.410.0755.6272.7374.12
HexEDE68D0329738494a
Octal3553462150351770111112
Binary11101101111001101000110101110100111111100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE68D; }

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

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

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

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

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

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

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

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