Html Css Color HEX #EDE894 Khaki

📋 copy color: '#EDE894'

red 237 ◦ green 232 ◦ blue 148

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

Shades of Khaki #EDE894

Tints of Khaki #EDE894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.99%

R = 38.41%
G = 37.6%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE894 (or 0xEDE894) is known color: Khaki. HEX triplet: ED, E8 and 94. RGB value is (237,232,148). Sum of RGB (Red+Green+Blue) = 237+232+148=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 148 (58.20% from 255 or 23.99% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE894 is #12176B. Grayscale: #E0E0E0. Windows color (decimal): -1185644 or 9758957. OLE color: 9758957.

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

Color convert

RGB 237 232 148 -
CMYK 0 0.02 0.38 0.07
HSL 56.63º 0.71% 0.75% -
HSV(B) 56.63º 0.38% 0.93% -
XYZ 69.13 77.86 39.4 -
YUV 223.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 237 232 148 0 0.02 0.38 0.07 56.63 0.71 0.75
Hex ED E8 94 0 2 26 7 39 47 4B
Octal 355 350 224 0 2 46 7 71 107 113
Binary 11101101 11101000 10010100 0 10 100110 111 111001 1000111 1001011

Color Harmonies of #EDE894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE894

Black with #EDE894

Text Example


Text Example

White with #EDE894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE894; }

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

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

background-color css

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

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

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

border-color css

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

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

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