Html Css Color HEX #EFEC8B Khaki

📋 copy color: '#EFEC8B'

red 239 ◦ green 236 ◦ blue 139

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

Shades of Khaki #EFEC8B

Tints of Khaki #EFEC8B

RGB

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

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

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

R = 38.93%
G = 38.44%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFEC8B (or 0xEFEC8B) is known color: Khaki. HEX triplet: EF, EC and 8B. RGB value is (239,236,139). Sum of RGB (Red+Green+Blue) = 239+236+139=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEC8B is #101374. Grayscale: #E2E2E2. Windows color (decimal): -1053557 or 9170159. OLE color: 9170159.

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

Color convert

RGB 239 236 139 -
CMYK 0 0.01 0.42 0.06
HSL 58.2º 0.76% 0.74% -
HSV(B) 58.2º 0.42% 0.94% -
XYZ 70.25 80.21 36.2 -
YUV 225.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 239 236 139 0 0.01 0.42 0.06 58.2 0.76 0.74
Hex EF EC 8B 0 1 2A 6 3A 4C 4A
Octal 357 354 213 0 1 52 6 72 114 112
Binary 11101111 11101100 10001011 0 1 101010 110 111010 1001100 1001010

Color Harmonies of #EFEC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC8B

Black with #EFEC8B

Text Example


Text Example

White with #EFEC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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