Html Css Color HEX #EAE88A Khaki

📋 copy color: '#EAE88A'

red 234 ◦ green 232 ◦ blue 138

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

Shades of Khaki #EAE88A

Tints of Khaki #EAE88A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.41%

 BLUE value IS 138 (54.3% from 255) = 22.85%

R = 38.74%
G = 38.41%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAE88A (or 0xEAE88A) is known color: Khaki. HEX triplet: EA, E8 and 8A. RGB value is (234,232,138). Sum of RGB (Red+Green+Blue) = 234+232+138=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE88A is #151775. Grayscale: #DEDEDE. Windows color (decimal): -1382262 or 9103594. OLE color: 9103594.

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

Color convert

RGB 234 232 138 -
CMYK 0 0.01 0.41 0.08
HSL 58.75º 0.7% 0.73% -
HSV(B) 58.75º 0.41% 0.92% -
XYZ 67.38 77.04 35.36 -
YUV 221.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 234 232 138 0 0.01 0.41 0.08 58.75 0.7 0.73
Hex EA E8 8A 0 1 29 8 3B 46 49
Octal 352 350 212 0 1 51 10 73 106 111
Binary 11101010 11101000 10001010 0 1 101001 1000 111011 1000110 1001001

Color Harmonies of #EAE88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE88A

Black with #EAE88A

Text Example


Text Example

White with #EAE88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE88A; }

 p { color: rgb(234,232,138); }

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

background-color css

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

 a { background-color: rgb(234,232,138); }

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

border-color css

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

 span { border-color: rgb(234,232,138); }

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