#EAEB8A

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

Shades of Khaki #EAEB8A

Tints of Khaki #EAEB8A

Color information

#EAEB8A (or 0xEAEB8A) is unknown color: approx Khaki. HEX triplet: EA, EB and 8A. RGB value is (234,235,138). Sum of RGB (Red+Green+Blue) = 234+235+138=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 138 (54.30% from 255 or 22.73% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEB8A is #151475. Grayscale: #E0E0E0. Windows color (decimal): -1381494 or 9104362. OLE color: 9104362.

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

Color convert

RGB234235138-
CMYK0.0000.410.08
HSL60.62º70.8%73.14%-
HSV(B)60.62º41.28%92.16%-
XYZ68.2378.7435.65-
YUV223.6479.67135.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 138 (54.30% from 255) = 22.73%
R=38.55%
G=38.71%
B=22.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342351380.0000.410.0860.6270.873.14
HexEAEB8A002983d4749
Octal35235321200511075107111
Binary11101010111010111000101000101001100011110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEB8A; }

 p { color: rgb(234,235,138); }

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

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

 a { background-color: rgb(234,235,138); }

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

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

 span { border-color: rgb(234,235,138); }

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