Html Css Color HEX #EAE790 Khaki

📋 copy color: '#EAE790'

red 234 ◦ green 231 ◦ blue 144

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

Shades of Khaki #EAE790

Tints of Khaki #EAE790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.65%

R = 38.42%
G = 37.93%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAE790 (or 0xEAE790) is known color: Khaki. HEX triplet: EA, E7 and 90. RGB value is (234,231,144). Sum of RGB (Red+Green+Blue) = 234+231+144=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE790 is #15186F. Grayscale: #DEDEDE. Windows color (decimal): -1382512 or 9496554. OLE color: 9496554.

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

Color convert

RGB 234 231 144 -
CMYK 0 0.01 0.38 0.08
HSL 58º 0.68% 0.74% -
HSV(B) 58º 0.38% 0.92% -
XYZ 67.54 76.66 37.62 -
YUV 221.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 234 231 144 0 0.01 0.38 0.08 58 0.68 0.74
Hex EA E7 90 0 1 26 8 3A 44 4A
Octal 352 347 220 0 1 46 10 72 104 112
Binary 11101010 11100111 10010000 0 1 100110 1000 111010 1000100 1001010

Color Harmonies of #EAE790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE790

Black with #EAE790

Text Example


Text Example

White with #EAE790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE790; }

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

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

background-color css

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

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

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

border-color css

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

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

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