Html Css Color HEX #EAE188 Khaki

📋 copy color: '#EAE188'

red 234 ◦ green 225 ◦ blue 136

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

Shades of Khaki #EAE188

Tints of Khaki #EAE188

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.82%

 BLUE value IS 136 (53.52% from 255) = 22.86%

R = 39.33%
G = 37.82%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAE188 (or 0xEAE188) is known color: Khaki. HEX triplet: EA, E1 and 88. RGB value is (234,225,136). Sum of RGB (Red+Green+Blue) = 234+225+136=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE188 is #151E77. Grayscale: #D9D9D9. Windows color (decimal): -1384056 or 8970730. OLE color: 8970730.

HSL color Cylindrical-coordinate representation of color #EAE188: hue angle of 54.49º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAE188 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 136 -
CMYK 0 0.04 0.42 0.08
HSL 54.49º 0.7% 0.73% -
HSV(B) 54.49º 0.42% 0.92% -
XYZ 65.3 73.12 33.96 -
YUV 217.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 234 225 136 0 0.04 0.42 0.08 54.49 0.7 0.73
Hex EA E1 88 0 4 2A 8 36 46 49
Octal 352 341 210 0 4 52 10 66 106 111
Binary 11101010 11100001 10001000 0 100 101010 1000 110110 1000110 1001001

Color Harmonies of #EAE188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE188

Black with #EAE188

Text Example


Text Example

White with #EAE188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE188; }

 p { color: rgb(234,225,136); }

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

background-color css

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

 a { background-color: rgb(234,225,136); }

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

border-color css

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

 span { border-color: rgb(234,225,136); }

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