Html Css Color HEX #EBE895 Khaki

📋 copy color: '#EBE895'

red 235 ◦ green 232 ◦ blue 149

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

Shades of Khaki #EBE895

Tints of Khaki #EBE895

RGB

 RED value IS 235 (92.19% from 255) = 38.15%

 GREEN value IS 232 (91.02% from 255) = 37.66%

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

R = 38.15%
G = 37.66%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBE895 (or 0xEBE895) is known color: Khaki. HEX triplet: EB, E8 and 95. RGB value is (235,232,149). Sum of RGB (Red+Green+Blue) = 235+232+149=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE895 is #14176A. Grayscale: #DFDFDF. Windows color (decimal): -1316715 or 9824491. OLE color: 9824491.

HSL color Cylindrical-coordinate representation of color #EBE895: hue angle of 57.91º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBE895 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 149 -
CMYK 0 0.01 0.37 0.08
HSL 57.91º 0.68% 0.75% -
HSV(B) 57.91º 0.37% 0.92% -
XYZ 68.54 77.55 39.79 -
YUV 223.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 235 232 149 0 0.01 0.37 0.08 57.91 0.68 0.75
Hex EB E8 95 0 1 25 8 3A 44 4B
Octal 353 350 225 0 1 45 10 72 104 113
Binary 11101011 11101000 10010101 0 1 100101 1000 111010 1000100 1001011

Color Harmonies of #EBE895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE895

Black with #EBE895

Text Example


Text Example

White with #EBE895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE895; }

 p { color: rgb(235,232,149); }

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

background-color css

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

 a { background-color: rgb(235,232,149); }

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

border-color css

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

 span { border-color: rgb(235,232,149); }

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