#EAE693

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

Shades of Khaki #EAE693

Tints of Khaki #EAE693

Color information

#EAE693 (or 0xEAE693) is unknown color: approx Khaki. HEX triplet: EA, E6 and 93. RGB value is (234,230,147). Sum of RGB (Red+Green+Blue) = 234+230+147=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE693 is #15196C. Grayscale: #DEDEDE. Windows color (decimal): -1382765 or 9692906. OLE color: 9692906.

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

Color convert

RGB234230147-
CMYK00.020.370.08
HSL57.24º67.44%74.71%-
HSV(B)57.24º37.18%91.76%-
XYZ67.4976.1938.75-
YUV221.7385.83136.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 230 (90.23% from 255) = 37.64%
BLUE value IS 147 (57.81% from 255) = 24.06%
R=38.30%
G=37.64%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423014700.020.370.0857.2467.4474.71
HexEAE6930225839434b
Octal35234622302451071103113
Binary111010101110011010010011010100101100011100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE693; }

 p { color: rgb(234,230,147); }

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

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

 a { background-color: rgb(234,230,147); }

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

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

 span { border-color: rgb(234,230,147); }

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