Html Css Color HEX #EFEA8A Khaki

📋 copy color: '#EFEA8A'

red 239 ◦ green 234 ◦ blue 138

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

Shades of Khaki #EFEA8A

Tints of Khaki #EFEA8A

RGB

 RED value IS 239 (93.75% from 255) = 39.12%

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 39.12%
G = 38.3%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFEA8A (or 0xEFEA8A) is known color: Khaki. HEX triplet: EF, EA and 8A. RGB value is (239,234,138). Sum of RGB (Red+Green+Blue) = 239+234+138=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA8A is #101575. Grayscale: #E0E0E0. Windows color (decimal): -1054070 or 9104111. OLE color: 9104111.

HSL color Cylindrical-coordinate representation of color #EFEA8A: hue angle of 57.03º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFEA8A is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 138 -
CMYK 0 0.02 0.42 0.06
HSL 57.03º 0.76% 0.74% -
HSV(B) 57.03º 0.42% 0.94% -
XYZ 69.61 79.03 35.63 -
YUV 224.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 239 234 138 0 0.02 0.42 0.06 57.03 0.76 0.74
Hex EF EA 8A 0 2 2A 6 39 4C 4A
Octal 357 352 212 0 2 52 6 71 114 112
Binary 11101111 11101010 10001010 0 10 101010 110 111001 1001100 1001010

Color Harmonies of #EFEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA8A

Black with #EFEA8A

Text Example


Text Example

White with #EFEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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