Html Css Color HEX #EAE488 Khaki

📋 copy color: '#EAE488'

red 234 ◦ green 228 ◦ blue 136

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

Shades of Khaki #EAE488

Tints of Khaki #EAE488

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.13%

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

R = 39.13%
G = 38.13%
B = 22.74%

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

#EAE488 (or 0xEAE488) is known color: Khaki. HEX triplet: EA, E4 and 88. RGB value is (234,228,136). Sum of RGB (Red+Green+Blue) = 234+228+136=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE488 is #151B77. Grayscale: #DBDBDB. Windows color (decimal): -1383288 or 8971498. OLE color: 8971498.

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

Color convert

RGB 234 228 136 -
CMYK 0 0.03 0.42 0.08
HSL 56.33º 0.7% 0.73% -
HSV(B) 56.33º 0.42% 0.92% -
XYZ 66.12 74.76 34.24 -
YUV 219.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 234 228 136 0 0.03 0.42 0.08 56.33 0.7 0.73
Hex EA E4 88 0 3 2A 8 38 46 49
Octal 352 344 210 0 3 52 10 70 106 111
Binary 11101010 11100100 10001000 0 11 101010 1000 111000 1000110 1001001

Color Harmonies of #EAE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE488

Black with #EAE488

Text Example


Text Example

White with #EAE488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE488; }

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

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

background-color css

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

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

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

border-color css

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

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

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