Html Css Color HEX #EAE390 Khaki

📋 copy color: '#EAE390'

red 234 ◦ green 227 ◦ blue 144

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

Shades of Khaki #EAE390

Tints of Khaki #EAE390

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.52%

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

R = 38.68%
G = 37.52%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAE390 (or 0xEAE390) is known color: Khaki. HEX triplet: EA, E3 and 90. RGB value is (234,227,144). Sum of RGB (Red+Green+Blue) = 234+227+144=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE390 is #151C6F. Grayscale: #DBDBDB. Windows color (decimal): -1383536 or 9495530. OLE color: 9495530.

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

Color convert

RGB 234 227 144 -
CMYK 0 0.03 0.38 0.08
HSL 55.33º 0.68% 0.74% -
HSV(B) 55.33º 0.38% 0.92% -
XYZ 66.43 74.44 37.25 -
YUV 219.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 234 227 144 0 0.03 0.38 0.08 55.33 0.68 0.74
Hex EA E3 90 0 3 26 8 37 44 4A
Octal 352 343 220 0 3 46 10 67 104 112
Binary 11101010 11100011 10010000 0 11 100110 1000 110111 1000100 1001010

Color Harmonies of #EAE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE390

Black with #EAE390

Text Example


Text Example

White with #EAE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE390; }

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

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

background-color css

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

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

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

border-color css

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

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

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