#EBE48D

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

Shades of Khaki #EBE48D

Tints of Khaki #EBE48D

Color information

#EBE48D (or 0xEBE48D) is unknown color: approx Khaki. HEX triplet: EB, E4 and 8D. RGB value is (235,228,141). Sum of RGB (Red+Green+Blue) = 235+228+141=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE48D is #141B72. Grayscale: #DCDCDC. Windows color (decimal): -1317747 or 9299179. OLE color: 9299179.

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

Color convert

RGB235228141-
CMYK00.030.40.08
HSL55.53º70.15%73.73%-
HSV(B)55.53º40%92.16%-
XYZ66.8175.0736.17-
YUV220.1883.32138.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=38.91%
G=37.75%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522814100.030.40.0855.5370.1573.73
HexEBE48D0328838464a
Octal35334421503501070106112
Binary111010111110010010001101011101000100011100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE48D; }

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

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

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

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

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

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

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

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