#EBE791

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

Shades of Khaki #EBE791

Tints of Khaki #EBE791

Color information

#EBE791 (or 0xEBE791) is unknown color: approx Khaki. HEX triplet: EB, E7 and 91. RGB value is (235,231,145). Sum of RGB (Red+Green+Blue) = 235+231+145=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE791 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE791 is #14186E. Grayscale: #DEDEDE. Windows color (decimal): -1316975 or 9562091. OLE color: 9562091.

HSL color Cylindrical-coordinate representation of color #EBE791: hue angle of 57.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBE791 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235231145-
CMYK00.020.380.08
HSL57.33º69.23%74.51%-
HSV(B)57.33º38.3%92.16%-
XYZ67.9576.8638.04-
YUV222.3984.33136.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 145 (57.03% from 255) = 23.73%
R=38.46%
G=37.81%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523114500.020.380.0857.3369.2374.51
HexEBE7910226839454b
Octal35334722102461071105113
Binary111010111110011110010001010100110100011100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE791; }

 p { color: rgb(235,231,145); }

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

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

 a { background-color: rgb(235,231,145); }

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

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

 span { border-color: rgb(235,231,145); }

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