#EBE68B

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

Shades of Khaki #EBE68B

Tints of Khaki #EBE68B

Color information

#EBE68B (or 0xEBE68B) is unknown color: approx Khaki. HEX triplet: EB, E6 and 8B. RGB value is (235,230,139). Sum of RGB (Red+Green+Blue) = 235+230+139=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE68B is #141974. Grayscale: #DDDDDD. Windows color (decimal): -1317237 or 9168619. OLE color: 9168619.

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

Color convert

RGB235230139-
CMYK00.020.410.08
HSL56.88º70.59%73.33%-
HSV(B)56.88º40.85%92.16%-
XYZ67.2276.1235.58-
YUV221.1281.66137.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 230 (90.23% from 255) = 38.08%
BLUE value IS 139 (54.69% from 255) = 23.01%
R=38.91%
G=38.08%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523013900.020.410.0856.8870.5973.33
HexEBE68B02298394749
Octal35334621302511071107111
Binary111010111110011010001011010101001100011100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE68B; }

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

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

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

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

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

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

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

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