Html Css Color HEX #EAE78E Khaki

📋 copy color: '#EAE78E'

red 234 ◦ green 231 ◦ blue 142

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

Shades of Khaki #EAE78E

Tints of Khaki #EAE78E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.06%

 BLUE value IS 142 (55.86% from 255) = 23.39%

R = 38.55%
G = 38.06%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAE78E (or 0xEAE78E) is known color: Khaki. HEX triplet: EA, E7 and 8E. RGB value is (234,231,142). Sum of RGB (Red+Green+Blue) = 234+231+142=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 142 (55.86% from 255 or 23.39% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE78E is #151871. Grayscale: #DEDEDE. Windows color (decimal): -1382514 or 9365482. OLE color: 9365482.

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

Color convert

RGB 234 231 142 -
CMYK 0 0.01 0.39 0.08
HSL 58.04º 0.69% 0.74% -
HSV(B) 58.04º 0.39% 0.92% -
XYZ 67.39 76.6 36.82 -
YUV 221.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 234 231 142 0 0.01 0.39 0.08 58.04 0.69 0.74
Hex EA E7 8E 0 1 27 8 3A 45 4A
Octal 352 347 216 0 1 47 10 72 105 112
Binary 11101010 11100111 10001110 0 1 100111 1000 111010 1000101 1001010

Color Harmonies of #EAE78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE78E

Black with #EAE78E

Text Example


Text Example

White with #EAE78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE78E; }

 p { color: rgb(234,231,142); }

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

background-color css

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

 a { background-color: rgb(234,231,142); }

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

border-color css

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

 span { border-color: rgb(234,231,142); }

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