Html Css Color HEX #EDE893 Khaki

📋 copy color: '#EDE893'

red 237 ◦ green 232 ◦ blue 147

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

Shades of Khaki #EDE893

Tints of Khaki #EDE893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.86%

R = 38.47%
G = 37.66%
B = 23.86%

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

#EDE893 (or 0xEDE893) is known color: Khaki. HEX triplet: ED, E8 and 93. RGB value is (237,232,147). Sum of RGB (Red+Green+Blue) = 237+232+147=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE893 is #12176C. Grayscale: #E0E0E0. Windows color (decimal): -1185645 or 9693421. OLE color: 9693421.

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

Color convert

RGB 237 232 147 -
CMYK 0 0.02 0.38 0.07
HSL 56.67º 0.71% 0.75% -
HSV(B) 56.67º 0.38% 0.93% -
XYZ 69.05 77.82 38.99 -
YUV 223.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 237 232 147 0 0.02 0.38 0.07 56.67 0.71 0.75
Hex ED E8 93 0 2 26 7 39 47 4B
Octal 355 350 223 0 2 46 7 71 107 113
Binary 11101101 11101000 10010011 0 10 100110 111 111001 1000111 1001011

Color Harmonies of #EDE893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE893

Black with #EDE893

Text Example


Text Example

White with #EDE893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE893; }

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

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

background-color css

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

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

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

border-color css

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

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

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