Html Css Color HEX #EDE193 Khaki

📋 copy color: '#EDE193'

red 237 ◦ green 225 ◦ blue 147

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

Shades of Khaki #EDE193

Tints of Khaki #EDE193

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.95%

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

R = 38.92%
G = 36.95%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE193 (or 0xEDE193) is known color: Khaki. HEX triplet: ED, E1 and 93. RGB value is (237,225,147). Sum of RGB (Red+Green+Blue) = 237+225+147=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE193 is #121E6C. Grayscale: #DCDCDC. Windows color (decimal): -1187437 or 9691629. OLE color: 9691629.

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

Color convert

RGB 237 225 147 -
CMYK 0 0.05 0.38 0.07
HSL 52º 0.71% 0.75% -
HSV(B) 52º 0.38% 0.93% -
XYZ 67.12 73.96 38.34 -
YUV 219.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 237 225 147 0 0.05 0.38 0.07 52 0.71 0.75
Hex ED E1 93 0 5 26 7 34 47 4B
Octal 355 341 223 0 5 46 7 64 107 113
Binary 11101101 11100001 10010011 0 101 100110 111 110100 1000111 1001011

Color Harmonies of #EDE193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE193

Black with #EDE193

Text Example


Text Example

White with #EDE193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE193; }

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

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

background-color css

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

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

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

border-color css

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

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

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