#EBEA8B

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

Shades of Khaki #EBEA8B

Tints of Khaki #EBEA8B

Color information

#EBEA8B (or 0xEBEA8B) is unknown color: approx Khaki. HEX triplet: EB, EA and 8B. RGB value is (235,234,139). Sum of RGB (Red+Green+Blue) = 235+234+139=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 139 (54.69% from 255 or 22.86% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA8B is #141574. Grayscale: #DFDFDF. Windows color (decimal): -1316213 or 9169643. OLE color: 9169643.

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

Color convert

RGB235234139-
CMYK00.000.410.08
HSL59.38º70.59%73.33%-
HSV(B)59.38º40.85%92.16%-
XYZ68.3478.3735.95-
YUV223.4780.33136.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 139 (54.69% from 255) = 22.86%
R=38.65%
G=38.49%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523413900.000.410.0859.3870.5973.33
HexEBEA8B002983b4749
Octal35335221300511073107111
Binary11101011111010101000101100101001100011101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA8B; }

 p { color: rgb(235,234,139); }

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

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

 a { background-color: rgb(235,234,139); }

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

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

 span { border-color: rgb(235,234,139); }

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