Html Css Color HEX #EFEC8F Khaki

📋 copy color: '#EFEC8F'

red 239 ◦ green 236 ◦ blue 143

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

Shades of Khaki #EFEC8F

Tints of Khaki #EFEC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.14%

R = 38.67%
G = 38.19%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFEC8F (or 0xEFEC8F) is known color: Khaki. HEX triplet: EF, EC and 8F. RGB value is (239,236,143). Sum of RGB (Red+Green+Blue) = 239+236+143=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC8F is #101370. Grayscale: #E2E2E2. Windows color (decimal): -1053553 or 9432303. OLE color: 9432303.

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

Color convert

RGB 239 236 143 -
CMYK 0 0.01 0.40 0.06
HSL 58.13º 0.75% 0.75% -
HSV(B) 58.13º 0.4% 0.94% -
XYZ 70.55 80.32 37.77 -
YUV 226.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 239 236 143 0 0.01 0.40 0.06 58.13 0.75 0.75
Hex EF EC 8F 0 1 28 6 3A 4B 4B
Octal 357 354 217 0 1 50 6 72 113 113
Binary 11101111 11101100 10001111 0 1 101000 110 111010 1001011 1001011

Color Harmonies of #EFEC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC8F

Black with #EFEC8F

Text Example


Text Example

White with #EFEC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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