#EBE293

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

Shades of Khaki #EBE293

Tints of Khaki #EBE293

Color information

#EBE293 (or 0xEBE293) is unknown color: approx Khaki. HEX triplet: EB, E2 and 93. RGB value is (235,226,147). Sum of RGB (Red+Green+Blue) = 235+226+147=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE293 is #141D6C. Grayscale: #DCDCDC. Windows color (decimal): -1318253 or 9691883. OLE color: 9691883.

HSL color Cylindrical-coordinate representation of color #EBE293: hue angle of 53.86º degrees, saturation: 0.69, 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 #EBE293 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235226147-
CMYK00.040.370.08
HSL53.86º68.75%74.9%-
HSV(B)53.86º37.45%92.16%-
XYZ66.7274.1638.4-
YUV219.6986.98138.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 147 (57.81% from 255) = 24.18%
R=38.65%
G=37.17%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522614700.040.370.0853.8668.7574.9
HexEBE2930425836454b
Octal35334222304451066105113
Binary1110101111100010100100110100100101100011011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE293; }

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

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

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

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

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

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

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

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