#EBE49A

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

Shades of Khaki #EBE49A

Tints of Khaki #EBE49A

Color information

#EBE49A (or 0xEBE49A) is unknown color: approx Khaki. HEX triplet: EB, E4 and 9A. RGB value is (235,228,154). Sum of RGB (Red+Green+Blue) = 235+228+154=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE49A is #141B65. Grayscale: #DDDDDD. Windows color (decimal): -1317734 or 10151147. OLE color: 10151147.

HSL color Cylindrical-coordinate representation of color #EBE49A: hue angle of 54.81º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE49A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235228154-
CMYK00.030.340.08
HSL54.81º66.94%76.27%-
HSV(B)54.81º34.47%92.16%-
XYZ67.8475.4841.57-
YUV221.6689.82137.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.09%
GREEN value IS 228 (89.45% from 255) = 36.95%
BLUE value IS 154 (60.55% from 255) = 24.96%
R=38.09%
G=36.95%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522815400.030.340.0854.8166.9476.27
HexEBE49A0322837434c
Octal35334423203421067103114
Binary111010111110010010011010011100010100011011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE49A; }

 p { color: rgb(235,228,154); }

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

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

 a { background-color: rgb(235,228,154); }

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

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

 span { border-color: rgb(235,228,154); }

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