Html Css Color HEX #EDE493 Khaki

📋 copy color: '#EDE493'

red 237 ◦ green 228 ◦ blue 147

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

Shades of Khaki #EDE493

Tints of Khaki #EDE493

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.25%

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

R = 38.73%
G = 37.25%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE493 (or 0xEDE493) is known color: Khaki. HEX triplet: ED, E4 and 93. RGB value is (237,228,147). Sum of RGB (Red+Green+Blue) = 237+228+147=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE493 is #121B6C. Grayscale: #DDDDDD. Windows color (decimal): -1186669 or 9692397. OLE color: 9692397.

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

Color convert

RGB 237 228 147 -
CMYK 0 0.04 0.38 0.07
HSL 54º 0.71% 0.75% -
HSV(B) 54º 0.38% 0.93% -
XYZ 67.93 75.6 38.62 -
YUV 221.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 237 228 147 0 0.04 0.38 0.07 54 0.71 0.75
Hex ED E4 93 0 4 26 7 36 47 4B
Octal 355 344 223 0 4 46 7 66 107 113
Binary 11101101 11100100 10010011 0 100 100110 111 110110 1000111 1001011

Color Harmonies of #EDE493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE493

Black with #EDE493

Text Example


Text Example

White with #EDE493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE493; }

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

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

background-color css

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

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

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

border-color css

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

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

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