Html Css Color HEX #EAE388 Khaki

📋 copy color: '#EAE388'

red 234 ◦ green 227 ◦ blue 136

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

Shades of Khaki #EAE388

Tints of Khaki #EAE388

RGB

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

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

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

R = 39.2%
G = 38.02%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAE388 (or 0xEAE388) is known color: Khaki. HEX triplet: EA, E3 and 88. RGB value is (234,227,136). Sum of RGB (Red+Green+Blue) = 234+227+136=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 136 (53.52% from 255 or 22.78% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE388 is #151C77. Grayscale: #DBDBDB. Windows color (decimal): -1383544 or 8971242. OLE color: 8971242.

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

Color convert

RGB 234 227 136 -
CMYK 0 0.03 0.42 0.08
HSL 55.71º 0.7% 0.73% -
HSV(B) 55.71º 0.42% 0.92% -
XYZ 65.84 74.21 34.15 -
YUV 218.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 234 227 136 0 0.03 0.42 0.08 55.71 0.7 0.73
Hex EA E3 88 0 3 2A 8 38 46 49
Octal 352 343 210 0 3 52 10 70 106 111
Binary 11101010 11100011 10001000 0 11 101010 1000 111000 1000110 1001001

Color Harmonies of #EAE388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE388

Black with #EAE388

Text Example


Text Example

White with #EAE388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE388; }

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

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

background-color css

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

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

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

border-color css

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

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

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