#EBE697

Color #EBE697 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EBE697

Tints of Khaki #EBE697

Color information

#EBE697 (or 0xEBE697) is unknown color: approx Khaki. HEX triplet: EB, E6 and 97. RGB value is (235,230,151). Sum of RGB (Red+Green+Blue) = 235+230+151=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE697 is #141968. Grayscale: #DEDEDE. Windows color (decimal): -1317225 or 9955051. OLE color: 9955051.

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

Color convert

RGB235230151-
CMYK00.020.360.08
HSL56.43º67.74%75.69%-
HSV(B)56.43º35.74%92.16%-
XYZ68.1476.4940.45-
YUV222.4987.66136.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 230 (90.23% from 255) = 37.34%
BLUE value IS 151 (59.38% from 255) = 24.51%
R=38.15%
G=37.34%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523015100.020.360.0856.4367.7475.69
HexEBE6970224838444c
Octal35334622702441070104114
Binary111010111110011010010111010100100100011100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE697; }

 p { color: rgb(235,230,151); }

 H1.HeaderClassName
 {
   color: #EBE697;
 }
 .AnyTagClassName
 {
   color: #EBE697;
 }
</style>
background-color css

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

 a { background-color: rgb(235,230,151); }

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

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

 span { border-color: rgb(235,230,151); }

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