#EDE38D

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

Shades of Khaki #EDE38D

Tints of Khaki #EDE38D

Color information

#EDE38D (or 0xEDE38D) is unknown color: approx Khaki. HEX triplet: ED, E3 and 8D. RGB value is (237,227,141). Sum of RGB (Red+Green+Blue) = 237+227+141=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE38D is #121C72. Grayscale: #DCDCDC. Windows color (decimal): -1186931 or 9298925. OLE color: 9298925.

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

Color convert

RGB237227141-
CMYK00.040.410.07
HSL53.75º72.73%74.12%-
HSV(B)53.75º40.51%92.94%-
XYZ67.274.8736.11-
YUV220.1983.31139.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 141 (55.47% from 255) = 23.31%
R=39.17%
G=37.52%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722714100.040.410.0753.7572.7374.12
HexEDE38D0429736494a
Octal3553432150451766111112
Binary111011011110001110001101010010100111111011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE38D; }

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

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

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

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

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

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

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

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