#EDE38A

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

Shades of Khaki #EDE38A

Tints of Khaki #EDE38A

Color information

#EDE38A (or 0xEDE38A) is unknown color: approx Khaki. HEX triplet: ED, E3 and 8A. RGB value is (237,227,138). Sum of RGB (Red+Green+Blue) = 237+227+138=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE38A is #121C75. Grayscale: #DCDCDC. Windows color (decimal): -1186934 or 9102317. OLE color: 9102317.

HSL color Cylindrical-coordinate representation of color #EDE38A: hue angle of 53.94º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDE38A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB237227138-
CMYK00.040.420.07
HSL53.94º73.33%73.53%-
HSV(B)53.94º41.77%92.94%-
XYZ66.9874.7834.95-
YUV219.8481.81140.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=39.37%
G=37.71%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722713800.040.420.0753.9473.3373.53
HexEDE38A042A736494a
Octal3553432120452766111112
Binary111011011110001110001010010010101011111011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE38A; }

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

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

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

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

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

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

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

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