#EBE88D

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

Shades of Khaki #EBE88D

Tints of Khaki #EBE88D

Color information

#EBE88D (or 0xEBE88D) is unknown color: approx Khaki. HEX triplet: EB, E8 and 8D. RGB value is (235,232,141). Sum of RGB (Red+Green+Blue) = 235+232+141=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE88D is #141772. Grayscale: #DEDEDE. Windows color (decimal): -1316723 or 9300203. OLE color: 9300203.

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

Color convert

RGB235232141-
CMYK00.010.40.08
HSL58.09º70.15%73.73%-
HSV(B)58.09º40%92.16%-
XYZ67.9377.336.54-
YUV222.5281.99136.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 141 (55.47% from 255) = 23.19%
R=38.65%
G=38.16%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523214100.010.40.0858.0970.1573.73
HexEBE88D012883a464a
Octal35335021501501072106112
Binary11101011111010001000110101101000100011101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE88D; }

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

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

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

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

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

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

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

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