#EBE88A

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

Shades of Khaki #EBE88A

Tints of Khaki #EBE88A

Color information

#EBE88A (or 0xEBE88A) is unknown color: approx Khaki. HEX triplet: EB, E8 and 8A. RGB value is (235,232,138). Sum of RGB (Red+Green+Blue) = 235+232+138=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE88A is #141775. Grayscale: #DEDEDE. Windows color (decimal): -1316726 or 9103595. OLE color: 9103595.

HSL color Cylindrical-coordinate representation of color #EBE88A: hue angle of 58.14º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBE88A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235232138-
CMYK00.010.410.08
HSL58.14º70.8%73.14%-
HSV(B)58.14º41.28%92.16%-
XYZ67.7177.2135.38-
YUV222.1880.49137.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 232 (91.02% from 255) = 38.35%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=38.84%
G=38.35%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523213800.010.410.0858.1470.873.14
HexEBE88A012983a4749
Octal35335021201511072107111
Binary11101011111010001000101001101001100011101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE88A; }

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

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

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

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

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

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

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

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