#EBE18D

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

Shades of Khaki #EBE18D

Tints of Khaki #EBE18D

Color information

#EBE18D (or 0xEBE18D) is unknown color: approx Khaki. HEX triplet: EB, E1 and 8D. RGB value is (235,225,141). Sum of RGB (Red+Green+Blue) = 235+225+141=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE18D is #141E72. Grayscale: #DADADA. Windows color (decimal): -1318515 or 9298411. OLE color: 9298411.

HSL color Cylindrical-coordinate representation of color #EBE18D: hue angle of 53.62º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBE18D is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235225141-
CMYK00.040.40.08
HSL53.62º70.15%73.73%-
HSV(B)53.62º40%92.16%-
XYZ65.9973.4435.9-
YUV218.4184.31139.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 141 (55.47% from 255) = 23.46%
R=39.10%
G=37.44%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522514100.040.40.0853.6270.1573.73
HexEBE18D0428836464a
Octal35334121504501066106112
Binary1110101111100001100011010100101000100011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE18D; }

 p { color: rgb(235,225,141); }

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

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

 a { background-color: rgb(235,225,141); }

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

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

 span { border-color: rgb(235,225,141); }

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