Html Css Color HEX #EDE293 Khaki

📋 copy color: '#EDE293'

red 237 ◦ green 226 ◦ blue 147

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

Shades of Khaki #EDE293

Tints of Khaki #EDE293

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.05%

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

R = 38.85%
G = 37.05%
B = 24.1%

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

#EDE293 (or 0xEDE293) is known color: Khaki. HEX triplet: ED, E2 and 93. RGB value is (237,226,147). Sum of RGB (Red+Green+Blue) = 237+226+147=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE293 is #121D6C. Grayscale: #DCDCDC. Windows color (decimal): -1187181 or 9691885. OLE color: 9691885.

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

Color convert

RGB 237 226 147 -
CMYK 0 0.05 0.38 0.07
HSL 52.67º 0.71% 0.75% -
HSV(B) 52.67º 0.38% 0.93% -
XYZ 67.39 74.5 38.43 -
YUV 220.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 237 226 147 0 0.05 0.38 0.07 52.67 0.71 0.75
Hex ED E2 93 0 5 26 7 35 47 4B
Octal 355 342 223 0 5 46 7 65 107 113
Binary 11101101 11100010 10010011 0 101 100110 111 110101 1000111 1001011

Color Harmonies of #EDE293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE293

Black with #EDE293

Text Example


Text Example

White with #EDE293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE293; }

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

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

background-color css

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

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

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

border-color css

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

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

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