#ede398

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

Shades of Khaki #EDE398

Tints of Khaki #EDE398

Color information

#EDE398 (or 0xEDE398) is unknown color: approx Khaki. HEX triplet: ED, E3 and 98. RGB value is (237,227,152). Sum of RGB (Red+Green+Blue) = 237+227+152=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE398 is #121C67. Grayscale: #DDDDDD. Windows color (decimal): -1186920 or 10019821. OLE color: 10019821.

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

Color convert

RGB237227152-
CMYK00.040.360.07
HSL52.94º70.25%76.27%-
HSV(B)52.94º35.86%92.94%-
XYZ68.0675.2140.64-
YUV221.4488.81139.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 152 (59.77% from 255) = 24.68%
R=38.47%
G=36.85%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722715200.040.360.0752.9470.2576.27
HexEDE3980424735464c
Octal3553432300444765106114
Binary111011011110001110011000010010010011111010110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede398; }

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

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

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

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

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

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

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

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