#EAE68F

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

Shades of Khaki #EAE68F

Tints of Khaki #EAE68F

Color information

#EAE68F (or 0xEAE68F) is unknown color: approx Khaki. HEX triplet: EA, E6 and 8F. RGB value is (234,230,143). Sum of RGB (Red+Green+Blue) = 234+230+143=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE68F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE68F is #151970. Grayscale: #DDDDDD. Windows color (decimal): -1382769 or 9430762. OLE color: 9430762.

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

Color convert

RGB234230143-
CMYK00.020.390.08
HSL57.36º68.42%73.92%-
HSV(B)57.36º38.89%91.76%-
XYZ67.1976.0737.13-
YUV221.2883.83137.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 143 (56.25% from 255) = 23.56%
R=38.55%
G=37.89%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423014300.020.390.0857.3668.4273.92
HexEAE68F0227839444a
Octal35234621702471071104112
Binary111010101110011010001111010100111100011100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE68F; }

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

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

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

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

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

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

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

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