Html Css Color HEX #EAE690 Khaki

📋 copy color: '#EAE690'

red 234 ◦ green 230 ◦ blue 144

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

Shades of Khaki #EAE690

Tints of Khaki #EAE690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

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

R = 38.49%
G = 37.83%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAE690 (or 0xEAE690) is known color: Khaki. HEX triplet: EA, E6 and 90. RGB value is (234,230,144). Sum of RGB (Red+Green+Blue) = 234+230+144=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE690 is #15196F. Grayscale: #DDDDDD. Windows color (decimal): -1382768 or 9496298. OLE color: 9496298.

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

Color convert

RGB 234 230 144 -
CMYK 0 0.02 0.38 0.08
HSL 57.33º 0.68% 0.74% -
HSV(B) 57.33º 0.38% 0.92% -
XYZ 67.26 76.1 37.53 -
YUV 221.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 234 230 144 0 0.02 0.38 0.08 57.33 0.68 0.74
Hex EA E6 90 0 2 26 8 39 44 4A
Octal 352 346 220 0 2 46 10 71 104 112
Binary 11101010 11100110 10010000 0 10 100110 1000 111001 1000100 1001010

Color Harmonies of #EAE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE690

Black with #EAE690

Text Example


Text Example

White with #EAE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE690; }

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

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

background-color css

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

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

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

border-color css

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

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

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