#EDE290

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

Shades of Khaki #EDE290

Tints of Khaki #EDE290

Color information

#EDE290 (or 0xEDE290) is unknown color: approx Khaki. HEX triplet: ED, E2 and 90. RGB value is (237,226,144). Sum of RGB (Red+Green+Blue) = 237+226+144=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE290 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE290 is #121D6F. Grayscale: #DCDCDC. Windows color (decimal): -1187184 or 9495277. OLE color: 9495277.

HSL color Cylindrical-coordinate representation of color #EDE290: hue angle of 52.9º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDE290 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237226144-
CMYK00.050.390.07
HSL52.9º72.09%74.71%-
HSV(B)52.9º39.24%92.94%-
XYZ67.1674.4137.21-
YUV219.9485.14140.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 144 (56.64% from 255) = 23.72%
R=39.04%
G=37.23%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722614400.050.390.0752.972.0974.71
HexEDE2900527735484b
Octal3553422200547765110113
Binary111011011110001010010000010110011111111010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE290; }

 p { color: rgb(237,226,144); }

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

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

 a { background-color: rgb(237,226,144); }

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

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

 span { border-color: rgb(237,226,144); }

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