Html Css Color HEX #EAE78A Khaki

📋 copy color: '#EAE78A'

red 234 ◦ green 231 ◦ blue 138

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

Shades of Khaki #EAE78A

Tints of Khaki #EAE78A

RGB

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

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

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

R = 38.81%
G = 38.31%
B = 22.89%

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

#EAE78A (or 0xEAE78A) is known color: Khaki. HEX triplet: EA, E7 and 8A. RGB value is (234,231,138). Sum of RGB (Red+Green+Blue) = 234+231+138=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE78A is #151875. Grayscale: #DDDDDD. Windows color (decimal): -1382518 or 9103338. OLE color: 9103338.

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

Color convert

RGB 234 231 138 -
CMYK 0 0.01 0.41 0.08
HSL 58.13º 0.7% 0.73% -
HSV(B) 58.13º 0.41% 0.92% -
XYZ 67.1 76.48 35.27 -
YUV 221.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 234 231 138 0 0.01 0.41 0.08 58.13 0.7 0.73
Hex EA E7 8A 0 1 29 8 3A 46 49
Octal 352 347 212 0 1 51 10 72 106 111
Binary 11101010 11100111 10001010 0 1 101001 1000 111010 1000110 1001001

Color Harmonies of #EAE78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE78A

Black with #EAE78A

Text Example


Text Example

White with #EAE78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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