#EAE98A

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

Shades of Khaki #EAE98A

Tints of Khaki #EAE98A

Color information

#EAE98A (or 0xEAE98A) is unknown color: approx Khaki. HEX triplet: EA, E9 and 8A. RGB value is (234,233,138). Sum of RGB (Red+Green+Blue) = 234+233+138=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98A is #151675. Grayscale: #DEDEDE. Windows color (decimal): -1382006 or 9103850. OLE color: 9103850.

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

Color convert

RGB234233138-
CMYK00.000.410.08
HSL59.38º69.57%72.94%-
HSV(B)59.38º41.03%91.76%-
XYZ67.6677.6135.46-
YUV222.4780.33136.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.68%
GREEN value IS 233 (91.41% from 255) = 38.51%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=38.68%
G=38.51%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423313800.000.410.0859.3869.5772.94
HexEAE98A002983b4649
Octal35235121200511073106111
Binary11101010111010011000101000101001100011101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE98A; }

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

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

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

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

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

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

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

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