Html Css Color HEX #EFEC8D Khaki

📋 copy color: '#EFEC8D'

red 239 ◦ green 236 ◦ blue 141

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

Shades of Khaki #EFEC8D

Tints of Khaki #EFEC8D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.31%

 BLUE value IS 141 (55.47% from 255) = 22.89%

R = 38.8%
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.06

RGB Variations

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

Color information

#EFEC8D (or 0xEFEC8D) is known color: Khaki. HEX triplet: EF, EC and 8D. RGB value is (239,236,141). Sum of RGB (Red+Green+Blue) = 239+236+141=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC8D is #101372. Grayscale: #E2E2E2. Windows color (decimal): -1053555 or 9301231. OLE color: 9301231.

HSL color Cylindrical-coordinate representation of color #EFEC8D: hue angle of 58.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFEC8D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 141 -
CMYK 0 0.01 0.41 0.06
HSL 58.16º 0.75% 0.75% -
HSV(B) 58.16º 0.41% 0.94% -
XYZ 70.4 80.26 36.98 -
YUV 226.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 239 236 141 0 0.01 0.41 0.06 58.16 0.75 0.75
Hex EF EC 8D 0 1 29 6 3A 4B 4B
Octal 357 354 215 0 1 51 6 72 113 113
Binary 11101111 11101100 10001101 0 1 101001 110 111010 1001011 1001011

Color Harmonies of #EFEC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC8D

Black with #EFEC8D

Text Example


Text Example

White with #EFEC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC8D; }

 p { color: rgb(239,236,141); }

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

background-color css

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

 a { background-color: rgb(239,236,141); }

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

border-color css

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

 span { border-color: rgb(239,236,141); }

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