Html Css Color HEX #EDE890 Khaki

📋 copy color: '#EDE890'

red 237 ◦ green 232 ◦ blue 144

#EDE890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EDE890

Tints of Khaki #EDE890

RGB

 RED value IS 237 (92.97% from 255) = 38.66%

 GREEN value IS 232 (91.02% from 255) = 37.85%

 BLUE value IS 144 (56.64% from 255) = 23.49%

R = 38.66%
G = 37.85%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE890 (or 0xEDE890) is known color: Khaki. HEX triplet: ED, E8 and 90. RGB value is (237,232,144). Sum of RGB (Red+Green+Blue) = 237+232+144=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE890 is #12176F. Grayscale: #DFDFDF. Windows color (decimal): -1185648 or 9496813. OLE color: 9496813.

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

Color convert

RGB 237 232 144 -
CMYK 0 0.02 0.39 0.07
HSL 56.77º 0.72% 0.75% -
HSV(B) 56.77º 0.39% 0.93% -
XYZ 68.82 77.73 37.76 -
YUV 223.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 237 232 144 0 0.02 0.39 0.07 56.77 0.72 0.75
Hex ED E8 90 0 2 27 7 39 48 4B
Octal 355 350 220 0 2 47 7 71 110 113
Binary 11101101 11101000 10010000 0 10 100111 111 111001 1001000 1001011

Color Harmonies of #EDE890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE890

Black with #EDE890

Text Example


Text Example

White with #EDE890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE890; }

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

 H1.HeaderClassName
 {
   color: #EDE890;
 }
 .AnyTagClassName
 {
   color: #EDE890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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