#EBE18C

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

Shades of Khaki #EBE18C

Tints of Khaki #EBE18C

Color information

#EBE18C (or 0xEBE18C) is unknown color: approx Khaki. HEX triplet: EB, E1 and 8C. RGB value is (235,225,140). Sum of RGB (Red+Green+Blue) = 235+225+140=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE18C is #141E73. Grayscale: #DADADA. Windows color (decimal): -1318516 or 9232875. OLE color: 9232875.

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

Color convert

RGB235225140-
CMYK00.040.400.08
HSL53.68º70.37%73.53%-
HSV(B)53.68º40.43%92.16%-
XYZ65.9273.4135.51-
YUV218.383.81139.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 140 (55.08% from 255) = 23.33%
R=39.17%
G=37.5%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522514000.040.400.0853.6870.3773.53
HexEBE18C0428836464a
Octal35334121404501066106112
Binary1110101111100001100011000100101000100011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE18C; }

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

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

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

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

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

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

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

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