Html Css Color HEX #EDE593 Khaki

📋 copy color: '#EDE593'

red 237 ◦ green 229 ◦ blue 147

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

Shades of Khaki #EDE593

Tints of Khaki #EDE593

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.36%

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

R = 38.66%
G = 37.36%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE593 (or 0xEDE593) is known color: Khaki. HEX triplet: ED, E5 and 93. RGB value is (237,229,147). Sum of RGB (Red+Green+Blue) = 237+229+147=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE593 is #121A6C. Grayscale: #DEDEDE. Windows color (decimal): -1186413 or 9692653. OLE color: 9692653.

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

Color convert

RGB 237 229 147 -
CMYK 0 0.03 0.38 0.07
HSL 54.67º 0.71% 0.75% -
HSV(B) 54.67º 0.38% 0.93% -
XYZ 68.21 76.15 38.71 -
YUV 222.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 237 229 147 0 0.03 0.38 0.07 54.67 0.71 0.75
Hex ED E5 93 0 3 26 7 37 47 4B
Octal 355 345 223 0 3 46 7 67 107 113
Binary 11101101 11100101 10010011 0 11 100110 111 110111 1000111 1001011

Color Harmonies of #EDE593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE593

Black with #EDE593

Text Example


Text Example

White with #EDE593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE593; }

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

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

background-color css

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

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

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

border-color css

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

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

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