#EBE48F

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

Shades of Khaki #EBE48F

Tints of Khaki #EBE48F

Color information

#EBE48F (or 0xEBE48F) is unknown color: approx Khaki. HEX triplet: EB, E4 and 8F. RGB value is (235,228,143). Sum of RGB (Red+Green+Blue) = 235+228+143=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE48F is #141B70. Grayscale: #DCDCDC. Windows color (decimal): -1317745 or 9430251. OLE color: 9430251.

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

Color convert

RGB235228143-
CMYK00.030.390.08
HSL55.43º69.7%74.12%-
HSV(B)55.43º39.15%92.16%-
XYZ66.9675.1336.96-
YUV220.484.32138.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 143 (56.25% from 255) = 23.60%
R=38.78%
G=37.62%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522814300.030.390.0855.4369.774.12
HexEBE48F0327837464a
Octal35334421703471067106112
Binary111010111110010010001111011100111100011011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE48F; }

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

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

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

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

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

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

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

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