Html Css Color HEX #EAE794 Khaki

📋 copy color: '#EAE794'

red 234 ◦ green 231 ◦ blue 148

#EAE794
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #EAE794

Tints of Khaki #EAE794

RGB

 RED value IS 234 (91.8% from 255) = 38.17%

 GREEN value IS 231 (90.63% from 255) = 37.68%

 BLUE value IS 148 (58.2% from 255) = 24.14%

R = 38.17%
G = 37.68%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAE794 (or 0xEAE794) is known color: Khaki. HEX triplet: EA, E7 and 94. RGB value is (234,231,148). Sum of RGB (Red+Green+Blue) = 234+231+148=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE794 is #15186B. Grayscale: #DEDEDE. Windows color (decimal): -1382508 or 9758698. OLE color: 9758698.

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

Color convert

RGB 234 231 148 -
CMYK 0 0.01 0.37 0.08
HSL 57.91º 0.67% 0.75% -
HSV(B) 57.91º 0.37% 0.92% -
XYZ 67.85 76.78 39.26 -
YUV 222.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 234 231 148 0 0.01 0.37 0.08 57.91 0.67 0.75
Hex EA E7 94 0 1 25 8 3A 43 4B
Octal 352 347 224 0 1 45 10 72 103 113
Binary 11101010 11100111 10010100 0 1 100101 1000 111010 1000011 1001011

Color Harmonies of #EAE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE794

Black with #EAE794

Text Example


Text Example

White with #EAE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE794; }

 p { color: rgb(234,231,148); }

 H1.HeaderClassName
 {
   color: #EAE794;
 }
 .AnyTagClassName
 {
   color: #EAE794;
 }
</style>

background-color css

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

 a { background-color: rgb(234,231,148); }

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

border-color css

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

 span { border-color: rgb(234,231,148); }

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