Html Css Color HEX #EAE68C Khaki

📋 copy color: '#EAE68C'

red 234 ◦ green 230 ◦ blue 140

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

Shades of Khaki #EAE68C

Tints of Khaki #EAE68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 38.74%
G = 38.08%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAE68C (or 0xEAE68C) is known color: Khaki. HEX triplet: EA, E6 and 8C. RGB value is (234,230,140). Sum of RGB (Red+Green+Blue) = 234+230+140=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE68C is #151973. Grayscale: #DDDDDD. Windows color (decimal): -1382772 or 9234154. OLE color: 9234154.

HSL color Cylindrical-coordinate representation of color #EAE68C: hue angle of 57.45º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAE68C is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 230 140 -
CMYK 0 0.02 0.40 0.08
HSL 57.45º 0.69% 0.73% -
HSV(B) 57.45º 0.4% 0.92% -
XYZ 66.96 75.98 35.95 -
YUV 220.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 234 230 140 0 0.02 0.40 0.08 57.45 0.69 0.73
Hex EA E6 8C 0 2 28 8 39 45 49
Octal 352 346 214 0 2 50 10 71 105 111
Binary 11101010 11100110 10001100 0 10 101000 1000 111001 1000101 1001001

Color Harmonies of #EAE68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE68C

Black with #EAE68C

Text Example


Text Example

White with #EAE68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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