#EBE499

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

Shades of Khaki #EBE499

Tints of Khaki #EBE499

Color information

#EBE499 (or 0xEBE499) is unknown color: approx Khaki. HEX triplet: EB, E4 and 99. RGB value is (235,228,153). Sum of RGB (Red+Green+Blue) = 235+228+153=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE499 is #141B66. Grayscale: #DDDDDD. Windows color (decimal): -1317735 or 10085611. OLE color: 10085611.

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

Color convert

RGB235228153-
CMYK00.030.350.08
HSL54.88º67.21%76.08%-
HSV(B)54.88º34.89%92.16%-
XYZ67.7575.4541.13-
YUV221.5489.32137.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 153 (60.16% from 255) = 24.84%
R=38.15%
G=37.01%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522815300.030.350.0854.8867.2176.08
HexEBE4990323837434c
Octal35334423103431067103114
Binary111010111110010010011001011100011100011011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE499; }

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

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

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

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

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

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

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

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