Html Css Color HEX #EBE896 Khaki

📋 copy color: '#EBE896'

red 235 ◦ green 232 ◦ blue 150

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

Shades of Khaki #EBE896

Tints of Khaki #EBE896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.31%

R = 38.09%
G = 37.6%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBE896 (or 0xEBE896) is known color: Khaki. HEX triplet: EB, E8 and 96. RGB value is (235,232,150). Sum of RGB (Red+Green+Blue) = 235+232+150=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE896 is #141769. Grayscale: #DFDFDF. Windows color (decimal): -1316714 or 9890027. OLE color: 9890027.

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

Color convert

RGB 235 232 150 -
CMYK 0 0.01 0.36 0.08
HSL 57.88º 0.68% 0.75% -
HSV(B) 57.88º 0.36% 0.92% -
XYZ 68.62 77.58 40.21 -
YUV 223.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 235 232 150 0 0.01 0.36 0.08 57.88 0.68 0.75
Hex EB E8 96 0 1 24 8 3A 44 4B
Octal 353 350 226 0 1 44 10 72 104 113
Binary 11101011 11101000 10010110 0 1 100100 1000 111010 1000100 1001011

Color Harmonies of #EBE896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE896

Black with #EBE896

Text Example


Text Example

White with #EBE896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE896; }

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

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

background-color css

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

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

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

border-color css

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

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

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