#EBE493

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

Shades of Khaki #EBE493

Tints of Khaki #EBE493

Color information

#EBE493 (or 0xEBE493) is unknown color: approx Khaki. HEX triplet: EB, E4 and 93. RGB value is (235,228,147). Sum of RGB (Red+Green+Blue) = 235+228+147=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE493 is #141B6C. Grayscale: #DDDDDD. Windows color (decimal): -1317741 or 9692395. OLE color: 9692395.

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

Color convert

RGB235228147-
CMYK00.030.370.08
HSL55.23º68.75%74.9%-
HSV(B)55.23º37.45%92.16%-
XYZ67.2775.2638.58-
YUV220.8686.32138.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 228 (89.45% from 255) = 37.38%
BLUE value IS 147 (57.81% from 255) = 24.10%
R=38.52%
G=37.38%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522814700.030.370.0855.2368.7574.9
HexEBE4930325837454b
Octal35334422303451067105113
Binary111010111110010010010011011100101100011011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE493; }

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

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

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

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

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

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

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

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