Html Css Color HEX #EAE796 Khaki

📋 copy color: '#EAE796'

red 234 ◦ green 231 ◦ blue 150

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

Shades of Khaki #EAE796

Tints of Khaki #EAE796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.39%

R = 38.05%
G = 37.56%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAE796 (or 0xEAE796) is known color: Khaki. HEX triplet: EA, E7 and 96. RGB value is (234,231,150). Sum of RGB (Red+Green+Blue) = 234+231+150=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE796 is #151869. Grayscale: #DEDEDE. Windows color (decimal): -1382506 or 9889770. OLE color: 9889770.

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

Color convert

RGB 234 231 150 -
CMYK 0 0.01 0.36 0.08
HSL 57.86º 0.67% 0.75% -
HSV(B) 57.86º 0.36% 0.92% -
XYZ 68.01 76.85 40.1 -
YUV 222.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 234 231 150 0 0.01 0.36 0.08 57.86 0.67 0.75
Hex EA E7 96 0 1 24 8 3A 43 4B
Octal 352 347 226 0 1 44 10 72 103 113
Binary 11101010 11100111 10010110 0 1 100100 1000 111010 1000011 1001011

Color Harmonies of #EAE796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE796

Black with #EAE796

Text Example


Text Example

White with #EAE796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE796; }

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

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

background-color css

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

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

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

border-color css

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

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

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