Html Css Color HEX #EAE78B Khaki

📋 copy color: '#EAE78B'

red 234 ◦ green 231 ◦ blue 139

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

Shades of Khaki #EAE78B

Tints of Khaki #EAE78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.01%

R = 38.74%
G = 38.25%
B = 23.01%

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

#EAE78B (or 0xEAE78B) is known color: Khaki. HEX triplet: EA, E7 and 8B. RGB value is (234,231,139). Sum of RGB (Red+Green+Blue) = 234+231+139=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 139 (54.69% from 255 or 23.01% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE78B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE78B is #151874. Grayscale: #DDDDDD. Windows color (decimal): -1382517 or 9168874. OLE color: 9168874.

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

Color convert

RGB 234 231 139 -
CMYK 0 0.01 0.41 0.08
HSL 58.11º 0.69% 0.73% -
HSV(B) 58.11º 0.41% 0.92% -
XYZ 67.17 76.51 35.65 -
YUV 221.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 234 231 139 0 0.01 0.41 0.08 58.11 0.69 0.73
Hex EA E7 8B 0 1 29 8 3A 45 49
Octal 352 347 213 0 1 51 10 72 105 111
Binary 11101010 11100111 10001011 0 1 101001 1000 111010 1000101 1001001

Color Harmonies of #EAE78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE78B

Black with #EAE78B

Text Example


Text Example

White with #EAE78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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