Html Css Color HEX #EDE195 Khaki

📋 copy color: '#EDE195'

red 237 ◦ green 225 ◦ blue 149

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

Shades of Khaki #EDE195

Tints of Khaki #EDE195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.39%

R = 38.79%
G = 36.82%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDE195 (or 0xEDE195) is known color: Khaki. HEX triplet: ED, E1 and 95. RGB value is (237,225,149). Sum of RGB (Red+Green+Blue) = 237+225+149=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE195 is #121E6A. Grayscale: #DCDCDC. Windows color (decimal): -1187435 or 9822701. OLE color: 9822701.

HSL color Cylindrical-coordinate representation of color #EDE195: hue angle of 51.82º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDE195 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 149 -
CMYK 0 0.05 0.37 0.07
HSL 51.82º 0.71% 0.76% -
HSV(B) 51.82º 0.37% 0.93% -
XYZ 67.28 74.02 39.18 -
YUV 219.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 237 225 149 0 0.05 0.37 0.07 51.82 0.71 0.76
Hex ED E1 95 0 5 25 7 34 47 4C
Octal 355 341 225 0 5 45 7 64 107 114
Binary 11101101 11100001 10010101 0 101 100101 111 110100 1000111 1001100

Color Harmonies of #EDE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE195

Black with #EDE195

Text Example


Text Example

White with #EDE195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE195; }

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

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

background-color css

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

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

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

border-color css

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

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

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